Gleichsetzung Produktivsystem Teil 2

This commit is contained in:
Robert Walter
2012-07-11 20:42:10 +02:00
parent 01291a4034
commit 214e80de72
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
Sitemap: http://www.opencaching.de/sitemap.xml
User-agent: *
User-agent: *
+2 -2
View File
@@ -2,7 +2,7 @@
<?php
// Unicode Reminder メモ
$rootpath = '../../';
$rootpath = '/mnt/opencaching/www.opencaching.de/code/htdocs/';
// chdir to proper directory (needed for cronjobs)
chdir(substr(realpath($_SERVER['PHP_SELF']), 0, strrpos(realpath($_SERVER['PHP_SELF']), '/')));
@@ -25,4 +25,4 @@
setCacheWaypoint($r['cache_id']);
}
mysql_free_result($rs);
?>
?>