Skip to content

Commit 50b132f

Browse files
Create config.php
1 parent ad2f454 commit 50b132f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
$config = array();
4+
5+
$config["debug"] = 0;
6+
7+
$config["db"] = array(
8+
"host" => "localhost",
9+
"database" => "",
10+
"user" => "",
11+
"pass" => ""
12+
);
13+
14+
?>

0 commit comments

Comments
 (0)