Replaced Twitter API with Nitter crawling.
This commit is contained in:
parent
2be425eab3
commit
4cff688057
6 changed files with 96 additions and 45 deletions
|
@ -12,13 +12,14 @@ define('UIH_DEBUG', is_file(UIH_ROOT . '/.debug'));
|
|||
define('UIH_PUBLIC', UIH_ROOT . '/public');
|
||||
define('UIH_SOURCE', UIH_ROOT . '/src');
|
||||
define('UIH_LIBRARY', UIH_ROOT . '/lib');
|
||||
define('UIH_VERSION', '20230125');
|
||||
define('UIH_VERSION', '20230609');
|
||||
|
||||
define('UIH_NDX_PATH', UIH_LIBRARY . '/index');
|
||||
define('UIH_NDX_PATH_DEV', UIH_LIBRARY . '/index-dev');
|
||||
|
||||
require_once (UIH_DEBUG && is_dir(UIH_NDX_PATH_DEV) ? UIH_NDX_PATH_DEV : UIH_NDX_PATH) . '/index.php';
|
||||
|
||||
Autoloader::addNamespace('Masterminds', UIH_LIBRARY . '/html5-php/src');
|
||||
Autoloader::addNamespace(__NAMESPACE__, UIH_SOURCE);
|
||||
Environment::setDebug(UIH_DEBUG);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue