Skip to content

Commit c8027e6

Browse files
committed
Fix for default configuration.php
1 parent 7726354 commit c8027e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

configuration.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
// CONFIGURATION FILE
3+
$sd_host = "C&#225;us Solutions DEV";
4+
$sd_host_URL = "http://www.caus-solutions.com";
5+
$fa_my_domain = "";
6+
$local_directory = "/WebFiles/dev/dev/";
7+
$test_local_directory = getcwd();
8+
9+
?>

0 commit comments

Comments
 (0)