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