-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
40 lines (29 loc) · 737 Bytes
/
config.php
File metadata and controls
40 lines (29 loc) · 737 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
<?php
$title="My Website";
$motto="SPlatform based";
$siteonline=1;
$offlinemessage="";
$accesslogs=1;
$repo="http://splatform.sourceforge.net/repo/SPlatform/";
$repokey="34d1f91fb2e514b8576fab1a75a89a6b";
$repooutput="reply.php";
$theme="bootstrap4";
$pagesfolder="pages";
$pageextension="php";
$indexpagename="home";
$bansysenabled=1;
$ip=array();
$debug=0;
$defaultuser="user";
$websiteaddress="http://localhost/";
$timezone="America/New_York";
$widgetsleft=array();
$widgetsright=array('def-notitle', 'def-withtitle');
$widgetstop=array();
$widgetsbottom=array();
$modules=array();
$extensions=array();
$adminuser="admin";
$adminpass="password";
$acpmodules=array('cpdashboard', 'coreupdate', 'pgmmngt', 'wscmngt');
?>