Files
moms/includes/conf.php
T

14 lines
332 B
PHP
Raw Normal View History

2017-05-26 15:17:48 +04:00
<?php
include("connect.php");
$_RATEPATH = "/data/adrates/";
2020-10-17 18:25:58 -05:00
$_HOSTURL = "http://moms.localhost/";
2017-05-26 15:17:48 +04:00
$lang_arr = array(1=>'English',2=>'Arabic',3=>'Arabic/English',4=>'English/French',5=>'Arabic/English/French',6=>'French',7=>'Urdu',8=>'Russian',9=>' German',10=>'Farsi',11=>'Malayalam',12=>'Mandarin');
2020-10-17 18:25:58 -05:00
?>