Update images.php

This commit is contained in:
GetYourServer 2015-09-06 22:01:38 +02:00
parent 9ffd6399ec
commit 7f2ffe3b8d

View File

@ -38,7 +38,7 @@
if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['gimages'])) {
header('Location: admin.php');
die('No access);
die('No access');
}
include(EASYWIDIR . '/third_party/gameq/GameQ/Autoloader.php');
include(EASYWIDIR . '/stuff/keyphrasefile.php');
@ -563,4 +563,4 @@ if ($ui->w('action', 4, 'post') and !token(true)) {
configureDateTables('-1', '0, "asc"', 'ajax.php?w=datatable&d=gameimages');
$template_file = 'admin_images_list.tpl';
}
}