mirror of
https://github.com/php/web-wiki.git
synced 2025-08-10 01:33:11 +00:00
Update to 2012-01-25 “Angua”
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
// update message version
|
||||
$updateVersion = 30;
|
||||
$updateVersion = 36;
|
||||
|
||||
// xdebug_start_profiling();
|
||||
|
||||
@ -27,9 +27,13 @@ if (isset($_SERVER['HTTP_X_DOKUWIKI_DO'])){
|
||||
require_once(DOKU_INC.'inc/init.php');
|
||||
|
||||
//import variables
|
||||
$_REQUEST['id'] = str_replace("\xC2\xAD",'',$_REQUEST['id']); //soft-hyphen
|
||||
$QUERY = trim($_REQUEST['id']);
|
||||
$ID = getID();
|
||||
|
||||
// deprecated 2011-01-14
|
||||
$NS = getNS($ID);
|
||||
|
||||
$REV = $_REQUEST['rev'];
|
||||
$IDX = $_REQUEST['idx'];
|
||||
$DATE = $_REQUEST['date'];
|
||||
|
Reference in New Issue
Block a user