# HG changeset patch # User rejo # Date 1199823610 0 # Node ID 025700cc92cd77ea31fde3dd2c8ebf46f95e8f8a # Parent 0b8572de80f52b57e18a6756fac72390a438fc75 [feladat @ 116] Fixed a bug reported by Techwolf. Adding a new user reloaded a non-existing page on success. diff -r 0b8572de80f5 -r 025700cc92cd 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