Dodane 3 anekte v phishing - response 404

This commit is contained in:
pero1203 2021-08-06 12:05:51 +02:00
parent 4152128e2d
commit 98e213299d

View File

@ -95,7 +95,7 @@ class InitClass extends Controller
// Preverimo, ce gre za deaktivirano phishing anketo - vrnemo 404
global $mysql_database_name;
if($mysql_database_name == 'real1kasi' && get('anketa') == '321069'){
if($mysql_database_name == 'real1kasi' && in_array(get('anketa'), array('321069','328454','328864','329691')) ){
http_response_code(404);
die();
}