mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* Factions: set titles for ListPage
* GameObjects: initial implementation (some filter missing; positions not yet availabe; some custom data to be set; required table will be added later) * MiscTools: fixed random page; 'implemented' missing Screenshots; fixed access to template file * Search: implemented check for CUSTOM_EXCLUDE_FOR_LISTVIEW if user is not in U_GROUP_STAFF; searches should now be cachable * NPCs: three more tabs on detailPage * some work against Quests * fighting the template-system :<
This commit is contained in:
@@ -14,9 +14,10 @@ error_reporting($e);
|
||||
|
||||
define('STATIC_URL', substr('http://'.$_SERVER['SERVER_NAME'].strtr($_SERVER['SCRIPT_NAME'], ['index.php' => '']), 0, -1));
|
||||
|
||||
define('SQL_LIMIT_NONE', 0);
|
||||
define('SQL_LIMIT_SEARCH', $AoWoWconf['searchLimit']);
|
||||
define('SQL_LIMIT_DEFAULT', $AoWoWconf['defaultLimit']);
|
||||
define('SQL_LIMIT_NONE', 0);
|
||||
define('SQL_LIMIT_SEARCH', $AoWoWconf['searchLimit']);
|
||||
define('SQL_LIMIT_QUCKSEARCH', $AoWoWconf['quickSearchLimit']);
|
||||
define('SQL_LIMIT_DEFAULT', $AoWoWconf['defaultLimit']);
|
||||
|
||||
require 'includes/libs/Smarty-2.6.26/libs/Smarty.class.php';// Libraray: http://www.smarty.net/
|
||||
// require 'includes/libs/Smarty-3.1.14/libs/Smarty.class.php'; // Libraray: http://www.smarty.net/
|
||||
|
||||
Reference in New Issue
Block a user