Source code for /admin/index.php

<?php
require_once '../library/config.php';
require_once
'./library/functions.php';

checkUser();

$content = 'main.php';

$pageTitle = 'Shop Admin';
$script = array();

require_once
'include/template.php';
?>

 

<< back

© 2005 - 2010 www.phpwebcommerce.com