HEX
Server: Apache/2
System: Linux sv1.freethailand.com 2.6.18-410.el5 #1 SMP Wed May 11 06:00:14 EDT 2016 x86_64
User: apache (101)
PHP: 5.3.29
Disabled: symlink,shell_exec,exec,proc_close,proc_open,popen,system,dl,passthru,escapeshellarg,escapeshellcmd,pcntl_exec,proc_get_status,proc_nice,proc_terminate,pclose,ini_alter,virtual,openlog,ini_restore
Upload Files
File: /home/pengthai/domains/pengthaicurry.com/public_html/admin/products/config.inc.php
<?php
	$topic_system = " ระบบเมนูอาหาร";
	$topic_titlecate = " หมวดหมู่";
	$topic_titlelist = " รายการเมนูอาหาร";
	$topic_main = "หน้าหลัก";
	$topic_add = "เพิ่มเมนูอาหาร ";
	$topic_edit = "แก้ไข ";
	$title_main = "เมนูอาหาร";

	$topic_catemainobj = "หมวดหมู่";	
	$topic_catesub1obj = "หมวดหมู่ย่อย";	
	$topic_listcatemainobj = "รายการหมวดหมู่";			
	$topic_listcatesub1obj = "รายการหมวดหมู่ย่อย";	
	
	/////////////////////////////////////////////
	$icon_main = "fa-home";  // icon หน้าหลัก
	$icon_system = "fa-cutlery ";  // icon ระบบ
	$icon_category = "fa-cube";  // icon หมวดหมู่
	$icon_list = "fa-list";  // icon หมวดหมู่
	$icon_add = "fa-pencil";  // icon หมวดหมู่
	
	/////////////////////////////////////////////
	$path_system = "products";	
	
	/////////////////////////////////////////////
	$current_page = 7;
	
	/////////////////////////////////////////////
	$table_main = "tb_products";
	$table_cate = "tb_products_cate";
	$table_img = "tb_products_images";
	$table_main_title = "tb_products_title";	
	$table_img_title = "tb_products_title_images";	
	$table_accessories  = "tb_accessories";		
	/////////////////////////////////////////////
	$folder_main = "products";
	
	

?>