Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/index.php File Reference

Go to the source code of this file.

Namespaces

namespace  core

Enumerations

enum  NO_OUTPUT_BUFFERING

Variables

 $id = optional_param('id', '', PARAM_TEXT)
 $confirmupgrade = optional_param('confirmupgrade', 0, PARAM_BOOL)
 $confirmrelease = optional_param('confirmrelease', 0, PARAM_BOOL)
 $confirmplugins = optional_param('confirmplugincheck', 0, PARAM_BOOL)
 $showallplugins = optional_param('showallplugins', 0, PARAM_BOOL)
 $agreelicense = optional_param('agreelicense', 0, PARAM_BOOL)
 $documentationlink = '<a href="http://docs.moodle.org/en/Installation">Installation docs</a>'
if(ini_get_bool('session.auto_start'))
if(ini_get_bool('magic_quotes_runtime'))
if(!ini_get_bool('file_uploads'))
if(is_float_problem()) if(!isset($CFG->
release)) if(!isset($CFG->
version)) 
$version = null
 $release = null
$CFG target_release = $release
if(!$version or!$release) if(!isset($maturity)) $origxmlstrictheaders = !empty($CFG->xmlstrictheaders)
$CFG xmlstrictheaders = false
if(!core_tables_exist()) $stradministration = get_string('administration')
 $context = get_context_instance(CONTEXT_SYSTEM)
 $site = get_site()
if(empty($site->shortname)) if(!empty($id)
and $id==$CFG->siteidentifier) 
$insecuredataroot = is_dataroot_insecure(true)
$SESSION admin_critical_warning = ($insecuredataroot==INSECURE_DATAROOT_ERROR)
 $adminroot = admin_get_root()
if(any_new_admin_settings($adminroot)) $errorsdisplayed = defined('WARN_DISPLAY_ERRORS_ENABLED')
 $lastcron = $DB->get_field_sql('SELECT MAX(lastcron) FROM {modules}')
 $cronoverdue = ($lastcron < time() - 3600 * 24)
 $dbproblems = $DB->diagnose()
 $maintenancemode = !empty($CFG->maintenance_enabled)
 $output = $PAGE->get_renderer('core', 'admin')

Enumeration Type Documentation

Definition at line 53 of file index.php.


Variable Documentation

$adminroot = admin_get_root()

Definition at line 349 of file index.php.

$agreelicense = optional_param('agreelicense', 0, PARAM_BOOL)

Definition at line 64 of file index.php.

$confirmplugins = optional_param('confirmplugincheck', 0, PARAM_BOOL)

Definition at line 62 of file index.php.

$confirmrelease = optional_param('confirmrelease', 0, PARAM_BOOL)

Definition at line 61 of file index.php.

$confirmupgrade = optional_param('confirmupgrade', 0, PARAM_BOOL)

Definition at line 60 of file index.php.

Definition at line 328 of file index.php.

$cronoverdue = ($lastcron < time() - 3600 * 24)

Definition at line 362 of file index.php.

$dbproblems = $DB->diagnose()

Definition at line 363 of file index.php.

$documentationlink = '<a href="http://docs.moodle.org/en/Installation">Installation docs</a>'

Definition at line 71 of file index.php.

if (any_new_admin_settings($adminroot)) $errorsdisplayed = defined('WARN_DISPLAY_ERRORS_ENABLED')

Definition at line 359 of file index.php.

read int $id = optional_param('id', '', PARAM_TEXT)

This class pertains to course requests and contains methods associated with create, approving, and removing course requests.

Please note we do not allow embedded images here because there is no context to store them with proper access control.

Since:
Moodle 2.0

Definition at line 59 of file index.php.

if (empty($site->shortname)) if (!empty($id) and $id==$CFG->siteidentifier) $insecuredataroot = is_dataroot_insecure(true)

Definition at line 346 of file index.php.

$lastcron = $DB->get_field_sql('SELECT MAX(lastcron) FROM {modules}')

Definition at line 361 of file index.php.

$maintenancemode = !empty($CFG->maintenance_enabled)

Definition at line 364 of file index.php.

if (!$version or!$release) if (!isset($maturity)) $origxmlstrictheaders = !empty($CFG->xmlstrictheaders)

Definition at line 112 of file index.php.

$output = $PAGE->get_renderer('core', 'admin')

Definition at line 367 of file index.php.

$release = null

Definition at line 98 of file index.php.

$showallplugins = optional_param('showallplugins', 0, PARAM_BOOL)

Definition at line 63 of file index.php.

$site = get_site()

Definition at line 332 of file index.php.

if (!core_tables_exist()) $stradministration = get_string('administration')

Definition at line 181 of file index.php.

if (ini_get_bool('session.auto_start')) if (ini_get_bool('magic_quotes_runtime')) if (!ini_get_bool('file_uploads')) if (is_float_problem()) if (!isset($CFG->release)) if (!isset($CFG->version)) $version = null

Definition at line 97 of file index.php.

$SESSION admin_critical_warning = ($insecuredataroot==INSECURE_DATAROOT_ERROR)

Definition at line 347 of file index.php.

Definition at line 100 of file index.php.

$CFG xmlstrictheaders = false

Definition at line 113 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations