2012-12-04 Sergio Martin <sergio.martin@artica.es>
* extensions/dbmanager.php godmode/servers/recon_script.php: Comment missed check_referer calls to disable it by the moment git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7226 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
10342303a1
commit
b843bb4131
|
@ -1,3 +1,9 @@
|
|||
2012-12-04 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extensions/dbmanager.php
|
||||
godmode/servers/recon_script.php: Comment missed check_referer
|
||||
calls to disable it by the moment
|
||||
|
||||
2012-12-04 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* pandoradb.sql
|
||||
|
|
|
@ -89,11 +89,14 @@ function dbmgr_extension_main () {
|
|||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
* Disabled at the moment.
|
||||
if (!check_referer()) {
|
||||
require ("general/noaccess.php");
|
||||
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
$sql = (string) get_parameter ('sql');
|
||||
|
||||
|
|
|
@ -37,11 +37,14 @@ if (! check_acl ($config['id_user'], 0, "LM")) {
|
|||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
* Disabled at the moment.
|
||||
if (!check_referer()) {
|
||||
require ("general/noaccess.php");
|
||||
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
$view = get_parameter ("view", "");
|
||||
$create = get_parameter ("create", "");
|
||||
|
|
Loading…
Reference in New Issue