Beispiel #1
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'setting'));
Beispiel #2
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'payment'));
Beispiel #3
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'plugin'));
Beispiel #4
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'input'));
Beispiel #5
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include 'config.php');
require 'core/CShop.php';
Cshop::create($config)->run('payment');
Beispiel #6
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'gateway'));
Beispiel #7
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'product'));
Beispiel #8
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'category'));
Beispiel #9
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'statistic'));
Beispiel #10
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include 'config.php');
if (empty($config)) {
    header("location: install/");
    exit;
}
require 'core/CShop.php';
Cshop::create($config)->run('index');
Beispiel #11
0
<?php

/**
 * @author Ali Akbar Azizi <*****@*****.**>
 * @link http://cshop.irprog.com
 * @copyright 2014 CShop
 * @license http://cshop.irprog.com/licence.txt
 */
$config = (include '../config.php');
require '../core/CShop.php';
Cshop::create($config)->run(array('admin', 'edititem'));