mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 14:47:35 +02:00
core: Move REPOSITORY from index.php to RssBridge.php
This commit is contained in:
@@ -49,7 +49,6 @@ if (isset($argv)) {
|
|||||||
$params = $_GET;
|
$params = $_GET;
|
||||||
}
|
}
|
||||||
|
|
||||||
define('REPOSITORY', 'https://github.com/RSS-Bridge/rss-bridge/');
|
|
||||||
define('USER_AGENT',
|
define('USER_AGENT',
|
||||||
'Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20121202 Firefox/30.0(rss-bridge/'
|
'Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20121202 Firefox/30.0(rss-bridge/'
|
||||||
. Configuration::$VERSION
|
. Configuration::$VERSION
|
||||||
|
@@ -6,6 +6,7 @@ define('PATH_LIB_BRIDGES', __DIR__ . '/../bridges/'); // Path to bridges library
|
|||||||
define('PATH_LIB_FORMATS', __DIR__ . '/../formats/'); // Path to formats library
|
define('PATH_LIB_FORMATS', __DIR__ . '/../formats/'); // Path to formats library
|
||||||
define('PATH_LIB_CACHES', __DIR__ . '/../caches/'); // Path to caches library
|
define('PATH_LIB_CACHES', __DIR__ . '/../caches/'); // Path to caches library
|
||||||
define('PATH_CACHE', __DIR__ . '/../cache'); // Path to cache folder
|
define('PATH_CACHE', __DIR__ . '/../cache'); // Path to cache folder
|
||||||
|
define('REPOSITORY', 'https://github.com/RSS-Bridge/rss-bridge/');
|
||||||
|
|
||||||
// Classes
|
// Classes
|
||||||
require_once PATH_LIB . 'Exceptions.php';
|
require_once PATH_LIB . 'Exceptions.php';
|
||||||
|
Reference in New Issue
Block a user