Browse Source

added media path config

master
Robin Thoni 9 years ago
parent
commit
378d7190b2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      misc/config.php.sample

+ 2
- 0
misc/config.php.sample View File

@@ -4,4 +4,6 @@ $database_port = 3306;
4 4
 $database_name = "";
5 5
 $database_user = "";
6 6
 $database_pass = "";
7
+$media_path = "";
8
+$media_url = "";
7 9
 ?>

Loading…
Cancel
Save