Dodane 3 anekte v phishing - response 404
This commit is contained in:
parent
4152128e2d
commit
98e213299d
@ -95,7 +95,7 @@ class InitClass extends Controller
|
|||||||
|
|
||||||
// Preverimo, ce gre za deaktivirano phishing anketo - vrnemo 404
|
// Preverimo, ce gre za deaktivirano phishing anketo - vrnemo 404
|
||||||
global $mysql_database_name;
|
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);
|
http_response_code(404);
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user