[feladat @ 116]
authorrejo
Tue, 08 Jan 2008 20:20:10 +0000
changeset 69 025700cc92cd
parent 68 0b8572de80f5
child 70 47248e2af079
[feladat @ 116] Fixed a bug reported by Techwolf. Adding a new user reloaded a non-existing page on success.
users.php
--- a/users.php	Sun Jan 06 13:27:51 2008 +0000
+++ b/users.php	Tue Jan 08 20:20:10 2008 +0000
@@ -37,7 +37,7 @@
 		else
 		{
 			add_user($_POST["username"], $_POST["password"], $_POST["fullname"], $_POST["email"], $_POST["level"], $_POST["description"], $_POST["active"]);
-			clean_page($BASE_URL . $BASE_PATH . "users.php");
+			clean_page("users.php");
 		}
 	}
         else