1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Table first-row styling fix

This commit is contained in:
Cameron
2013-02-24 20:23:26 -08:00
parent 9bffb0ad65
commit c3769ce27b
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
* Custom Menus/Pages Administration
* Admin-related functions for custom page and menu creation
*/
define('e_MINIMAL',true);
require_once('../class2.php');
if (!getperms("5|J")) { header('location:'.e_ADMIN.'admin.php'); exit; }