mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-12 07:44:29 +02:00
require_once is better
This commit is contained in:
parent
764db0c203
commit
3fdf1d3f44
@ -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');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user