From: Justin J. Novack Date: Tue, 18 Sep 2012 01:29:57 +0000 (-0400) Subject: ADD: protect user.php X-Git-Tag: v0.3.0~42^2~20 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/47341ded2eba15c6d109ba166242e6e557080388 ADD: protect user.php --- diff --git a/www/user.php b/www/user.php index 8f305da..5bb2352 100644 --- a/www/user.php +++ b/www/user.php @@ -3,6 +3,7 @@ * Edit user information */ namespace phorkie; +$pageRequiresLogin = '1'; require_once 'www-header.php'; if (isset($_POST['name'])) {