removed debug output
This commit is contained in:
parent
064bc914eb
commit
c8978f7cd9
|
@ -53,7 +53,6 @@ echo $_SESSION['header'];
|
||||||
echo "<title></title>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
echo "<title></title>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
||||||
echo "</head>\n<body>\n<br>\n";
|
echo "</head>\n<body>\n<br>\n";
|
||||||
|
|
||||||
print_r($_POST);
|
|
||||||
// save user profile
|
// save user profile
|
||||||
if ($_GET['type'] == "user") {
|
if ($_GET['type'] == "user") {
|
||||||
$acct = new account();
|
$acct = new account();
|
||||||
|
|
Loading…
Reference in New Issue