- fixing undefined variables in various files

- removed unneeded require() in admin_aps.php, fixes #6
- design-correction in archivesearch.tpl
This commit is contained in:
Michael Kaufmann (d00p)
2010-02-05 08:23:19 +00:00
parent bf14528d17
commit 8dcade976d
7 changed files with 28 additions and 21 deletions

View File

@@ -21,7 +21,6 @@
define('AREA', 'admin');
require ("./lib/init.php");
require ("./lib/class_apsparser.php");
$Id = 0;
if(isset($_GET['id']))$Id = (int)$_GET['id'];