Skip to content

Commit bba02bc

Browse files
committed
changed TC_BASE for dev
1 parent dc6c00f commit bba02bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tile.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
// Your Tilecache base directory.
3838
// You will need to create two directories here: tiles and tiles_simple.
3939
// These directories need to be writable by the web server.
40-
$TC_BASE = '/home/mvexel/www/';
41-
//$TC_BASE = '/home/mvexel/public_html/';
40+
//$TC_BASE = '/home/mvexel/www/';
41+
$TC_BASE = '/home/mvexel/public_html/';
4242
//$TC_BASE = 'd:\\ms4w\\apache\\htdocs\\';
4343

4444
// Optionally, define a path to a local PHP error log file here if for some reason you don't want to use PHP's main error log file. If empty, errors will be logged using the global PHP configuration.

0 commit comments

Comments
 (0)