示例#1
0
文件: ajax.php 项目: jawedkhan/rorca
<?php

require_once "config/rights.php";
require_once "config/language.php";
require_once "config/db.php";
//specific for this site
getSiteConfigs();
global $conn;
global $_CONFIG;
require_once "control_lookup.php";
lookup_execute('info', 'none');
示例#2
0
文件: site.php 项目: jawedkhan/rorca
<?php

require_once "config/rights.php";
require_once "config/language.php";
require_once "config/db.php";
//specific for this site
getSiteConfigs();
global $conn;
global $_CONFIG;
require_once "control_lookup.php";
lookup_execute('siteoffer', 'none');