Some important fixes

Some important fixes
This commit is contained in:
novgorodschi catalin
2026-08-10 09:08:09 +03:00
parent 2095a59b7e
commit da58de16b4
14 changed files with 105 additions and 19 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ if(isset($_GET['newdid'])){
}else if(isset($_GET['z'])){
header("Location: ".$_SERVER['PHP_SELF']."?z=".$_GET['z']);
exit();
}else if($_GET['id'] > 0){
}else if(isset($_GET['id']) && $_GET['id'] > 0){
header("Location: ".$_SERVER['PHP_SELF']);
exit();
}