forked from HPR/hpr_hub
More changes to the comment system. To include the reuse of a common check file
This commit is contained in:
@@ -76,7 +76,7 @@ if ( !preg_match("/^\d{4}_\d{4}-\d{2}-\d{2}$/", $_POST["ep_num_date"]) ) {
|
||||
naughty("ad7f805c2f42be77122ec52f114fe318");
|
||||
}
|
||||
else {
|
||||
list($ep_num, $ep_date) = explode('_', $_POST["ep_num_date"]);;
|
||||
list($ep_num, $ep_date) = explode('_', $_POST["ep_num_date"]);
|
||||
}
|
||||
|
||||
if ( intval($ep_num) === 0 ) {
|
||||
|
Reference in New Issue
Block a user