forked from services/mlmmj-light-web-ecg
Changed README, disabled unneded features, Hiding some features from the GUI
This commit is contained in:
parent
1e0a17e6cf
commit
81d0c6e6ef
@@ -11,7 +11,7 @@ if (!isset($_SESSION["auth"]) || $_SESSION["auth"] != 1)
|
||||
}
|
||||
|
||||
// We do not print any error in the next three cases, because a legitimate
|
||||
// user will never produce such results, even with disables javascript
|
||||
// user will never produce such results, even with disabled javascript
|
||||
if ( preg_match("/[^a-z0-9_]/", $list_name) )
|
||||
{
|
||||
header("Location: error.php");
|
||||
|
||||
Reference in New Issue
Block a user