-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.php
More file actions
42 lines (27 loc) · 799 Bytes
/
config.php
File metadata and controls
42 lines (27 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?
/**
* Allomani News v1.0
*
* @package Allomani.News
* @version 1.0
* @copyright (c) 2006-2013 Allomani , All rights reserved.
* @author Ali Allomani <info@allomani.com>
* @link http://allomani.com
* @license GNU General Public License version 3.0 (GPLv3)
*
*/
$db_host = "localhost" ;
$db_name = "news" ;
$db_username = "root" ;
$db_password = "" ;
$new_limit = 8 ; //new singers updates in main page
$blocks_width = "17%" ;
$use_editor_for_pages = 1 ; // 1 enable - 0 disable
$preview_text_limit = 300 ;
$editor_path = "ckeditor"; // no_editor : to remove editor
$global_lang = "arabic" ;
$copyrights_lang = "arabic";
$show_mysql_errors = 0 ;
//$default_uploader_chmod = 666 ;
//$disable_backup = "ÚÝæÇ , åÐå ÇáÎÇÕíÉ ÛíÑ ãÝÚáÉ Ýí ÇáäÓÎÉ ÇáÊÌÑíÈíÉ" ;
?>