mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 11:42:28 +01:00
remove unneeded array
This commit is contained in:
parent
cf9ebeaba3
commit
0077e854b7
@ -87,7 +87,6 @@ if($customurl == "") {
|
||||
$iscustom = "no";
|
||||
}
|
||||
//check custom url
|
||||
$not_allowed_custom = array('.');
|
||||
if($customurl!="") {
|
||||
if(!ctype_alnum($customurl)) {
|
||||
echo "<b>Symbols or spaces are not allowed in a customized URL - alphanumeric only. <a href='index.php'>Try again</a></b>";
|
||||
|
Loading…
Reference in New Issue
Block a user