mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-15 18:24:56 +02:00
require_once is better
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
defined('MYAAC') or die('Direct access not allowed!');
|
defined('MYAAC') or die('Direct access not allowed!');
|
||||||
$title = 'Load items.xml';
|
$title = 'Load items.xml';
|
||||||
|
|
||||||
require LIBS . 'items.php';
|
require_once LIBS . 'items.php';
|
||||||
require LIBS . 'weapons.php';
|
require_once LIBS . 'weapons.php';
|
||||||
|
|
||||||
$twig->display('admin.items.html.twig');
|
$twig->display('admin.items.html.twig');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user