migrated admin-customers to PDO database class, refs #1287

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-06 08:46:45 +01:00
parent 96525584e2
commit 388156b7b8
2 changed files with 811 additions and 705 deletions

View File

@@ -18,11 +18,6 @@
*/
define('AREA', 'admin');
/**
* Include our init.php, which manages Sessions, Language etc.
*/
require ("./lib/init.php");
if (isset($_POST['id'])) {