Source code for /admin/config/index.php

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

checkUser();

$view = (isset($_GET['view']) && $_GET['view'] != '') ? $_GET['view'] : '';

switch (
$view) {
    default :
        
$content     = 'main.php';        
        
$pageTitle     = 'Shop Admin Control Panel - Shop Configuration';
}

$script    = array('shop.js');

require_once
'../include/template.php';
?>

 

<< back

© 2005 - 2008 www.phpwebcommerce.com