Reorganize PHP internals and static assets
Move shared PHP code into private/, move JavaScript files into js/, and block direct access to private/. Remove unused API key and cache artifacts from the working tree.
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
* Admin user management.
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/auth.php';
|
||||
require_once __DIR__ . '/header.php';
|
||||
require_once __DIR__ . '/languagestore.php';
|
||||
require_once __DIR__ . '/usersettings.php';
|
||||
require_once __DIR__ . '/private/auth.php';
|
||||
require_once __DIR__ . '/private/header.php';
|
||||
require_once __DIR__ . '/private/languagestore.php';
|
||||
require_once __DIR__ . '/private/usersettings.php';
|
||||
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('display_startup_errors', '1');
|
||||
|
||||
Reference in New Issue
Block a user