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