equal
deleted
inserted
replaced
423 global $db, $session, $paths, $template, $plugins; // Common objects |
423 global $db, $session, $paths, $template, $plugins; // Common objects |
424 global $__login_status; |
424 global $__login_status; |
425 global $lang; |
425 global $lang; |
426 require_once( ENANO_ROOT . '/includes/math.php' ); |
426 require_once( ENANO_ROOT . '/includes/math.php' ); |
427 |
427 |
428 $paths->fullpage = $GLOBALS['title']; |
428 $paths->fullpage = $GLOBALS['urlname']; |
429 if ( $paths->getParam(0) === 'action.json' ) |
429 if ( $paths->getParam(0) === 'action.json' ) |
430 { |
430 { |
431 if ( !isset($_POST['r']) ) |
431 if ( !isset($_POST['r']) ) |
432 die('No request.'); |
432 die('No request.'); |
433 |
433 |