Exemple #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'));
Exemple #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'));
Exemple #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'));
Exemple #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'));
Exemple #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');
Exemple #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'));
Exemple #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'));
Exemple #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'));
Exemple #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'));
Exemple #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');
Exemple #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'));