|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /home/pathumthani_integration/integration/config/ |
Upload File : |
<?
$username = "root" ;
$password = "1234" ;
$host = "localhost" ;
$connect_status = "Online" ;
$mainwebsite = "";
$servergraph = "123.242.173.136";
$show_title = "ระบบสำนักงานอัตโนมัติ";
$province = "pathumthani";
$provincename = "ปทุมธานี";
$province_code = "13000000";
$use_openssl=1;
$dbname ="ratchaburi_xxx" ; # ฐานข้อมูลที่ใช้งาน
$db_epm="epm"; # ฐานข้อมูลที่เชื่อมกับ epm
$perpage="30"; # Dash ต่อ หน้า
$db_mode="self"; //epm //self โหมดรายการ staff
if($db_mode=="self"){$table_staff=$dbname.".epm_staff";}
if($db_mode=="epm"){$table_staff=$db_epm.".epm_staff";}
$table_mainmenu = $dbname.".main_menu";
$table_staffgroup = $dbname.".epm_staffgroup";
$table_groupmember = $dbname.".epm_groupmember";
$profile_staffgroup = $dbname.".profile_staffgroup";
$profile_groupmember = $dbname.".profile_groupmember";
$myconnect = mysql_connect($host, $username, $password) OR DIE("Unable to connect to database");
mysql_select_db($dbname) or die("cannot select database $dbname");;
$iresult = mysql_query("SET character_set_results=tis-620");
$iresult = mysql_query("SET NAMES TIS620");
$wordingset = array("0"=>"ผู้ว่าราชการจังหวัด$provincename","1"=>array("รักษาราชการแทน","รักษาการแทน ","ปฏิบัติราชการแทน","ลงนามแทน"));
$wordingposition="show";
$sercet_select="off"; // เปิด ปิด ระบบ เลือกชั้นความลับ
$flag_secret="on"; // เปิด ปิด ระบบหนังสือลับ
$signby="on";
$ca_first="on"; // เปิด ปิด การบังคับให้ให้แนบ กุญแจอิเล็กทรอนิกส์ก่อน
### SEND_CIRCULAR MERGE
$send_circular_merge="on"; // เปิดระบบ ให้ ใช้ตัวเลข หนังสือส่งและเวียน ตัวเดียวกัน โดยใช้ตัวหลักเป็นตัวเลขจากหนังสือส่ง
?>