Project

General

Profile

« Previous | Next » 

Revision 677

Added by thorn almost 17 years ago

jsadmin: added latest changes from swen, fixes most (or all?) issues.

View differences:

move_to.php
29 29

  
30 30
*/
31 31

  
32
// prevent this file from being accessed directly
33
if(!defined('WB_PATH')) { exit('Cannot access this file directly'); }
32 34
require('../../config.php');
33 35

  
34
if(isset($_GET['page_id']) AND is_numeric($_GET['page_id']) AND is_numeric(@$_GET['position'])) {
36
 if(isset($_GET['page_id']) AND is_numeric($_GET['page_id']) AND is_numeric(@$_GET['position'])) {
35 37
	$position = $_GET['position'];
36 38

  
37 39
	// Get common fields

Also available in: Unified diff