Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/sipdm.cesa.co.za/
Upload File :
Current File : /var/www/cesa.co.za/sipdm.cesa.co.za/config.php

<?php  // Moodle configuration file

unset($CFG);
global $CFG;
$CFG = new stdClass();

$CFG->dbtype    = 'mysqli';
$CFG->dblibrary = 'native';
$CFG->dbhost    = 'sql23.cpt3.host-h.net';
$CFG->dbname    = 'cesa_sipdm';
$CFG->dbuser    = 'cesa_sipdm';
$CFG->dbpass    = 'Za6GgPTYyh8';
$CFG->prefix    = 'mdl_';
$CFG->dboptions = array (
  'dbpersist' => 0,
  'dbport' => '',
  'dbsocket' => '',
);

$CFG->wwwroot   = 'http://sipdm.cesa.co.za';
$CFG->dataroot  = '/usr/www/users/saacea/sipdmdata';
$CFG->admin     = 'admin';

$CFG->directorypermissions = 0777;

require_once(__DIR__ . '/lib/setup.php');

// There is no php closing tag in this file,
// it is intentional because it prevents trailing whitespace problems!