From 7b9d516cd3bcdb8eaa5f1eb533d71010061c681b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Mar 2014 00:25:34 +0100 Subject: rm stuff --- account.php | 58 ---------------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 account.php (limited to 'account.php') diff --git a/account.php b/account.php deleted file mode 100644 index 0a41d16..0000000 --- a/account.php +++ /dev/null @@ -1,58 +0,0 @@ -query("SELECT email FROM user where name='$safe_username';"); - while($email_array = $email_db->fetchArray(SQLITE3_NUM)){ - foreach($email_array as $thirdelement){ - $email=$thirdelement; - } - } - - /*Anzahl der hochgeladenen Dateien.*/ - $count_db = $db_check->query("SELECT count(*) as count FROM file where fk=(SELECT id from user where name='$safe_username');"); - $count_array = $count_db->fetchArray(); - $count = $count_array["count"]; - - -//echo "$username Test $email"; -echo " -
-
-
-

JUNGE GEMEINDE ADLERSHOF

-
-
- -
-
- Verwalte deine Account Informationen hier. -
-
- - - - - - -

Name: 

$username

E-Mail:

$email

Stored files:

$count

- - -"; - - -} else { -header("Location: member_login.php"); -exit; -} - -?> -- cgit v1.2.3