task #5306 security for import / export
This commit is contained in:
parent
fbc7b8ae8b
commit
2e66bc5cd4
4 changed files with 15 additions and 2 deletions
|
|
@ -450,6 +450,12 @@ if (DEBUG == 'false' ) ob_start();
|
|||
ExecSql($db,"select setval('s_grpt',$M,true)");
|
||||
}
|
||||
} // version == 7
|
||||
//--
|
||||
// update to the version 9
|
||||
//--
|
||||
if ( GetVersion($db) == 8 ) {
|
||||
ExecuteScript($db,'sql/patch/upgrade8.sql');
|
||||
} // version == 7
|
||||
if ( DEBUG == 'false') ob_end_clean();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue