Skip to content

Instantly share code, notes, and snippets.

View leetempest's full-sized avatar

Lee Tempest leetempest

View GitHub Profile
<?php
//@unlink('importxml.xml');
$_SERVER['HTTP_HOST'] = '127.0.0.1';
define('_JEXEC', 1);
define('JPATH_BASE', realpath(__DIR__ . '/../'));
require_once '../includes/defines.php';
require_once '../includes/framework.php';
error_reporting(E_ALL);
<?php
/**
* @version 1.2.0
* @package com_babelu_exams
* @copyright Copyright (C) 2011. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Mathew Lenning
*/
// No direct access