-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
22 lines (17 loc) · 704 Bytes
/
Copy pathconfig.php
File metadata and controls
22 lines (17 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/*
# Tatwerat Team FrameWork
# By Abdo Hamoud
*/
error_reporting(E_ALL);
// اتصال به دیتابیس
define('DB_Name', ''); // نام دیتابیس
define('DB_User', ''); // نام کاربری دیتابیس
define('DB_Password', ''); // کلمه عبور دیتابیس
define('DB_Host', 'localhost'); // DB Server Name
define('DB_Charset', 'utf8'); // DB Charset Type
define('DB_autoreset', TRUE); // DB Autoreset
///
// Available = [English, Française, Español, italiana, Deutsch, Nederlandse, português, русский, Türk, عربي, فارسي]
define('Language', 'fa'); //->Set your Default Language [en, fr, es, it, de, nl, pr, ru, tr, ar, fa]
define('Debug', TRUE);