You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
481 B
16 lines
481 B
Index: wdim.php |
|
--- wdim.php.orig 2008-12-20 22:19:24 +0100 |
|
+++ wdim.php 2009-01-31 18:06:28 +0100 |
|
@@ -18,8 +18,10 @@ |
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
# |
|
|
|
-require('wdim.conf'); |
|
-require('rsa.php'); |
|
+chdir('@l_prefix@/var/dim'); |
|
+require('@l_prefix@/etc/dim/wdim.conf'); |
|
+require('@l_prefix@/lib/dim/rsa.php'); |
|
+require('@l_prefix@/lib/dim/tar.php'); |
|
|
|
$g_script = getenv("SCRIPT_NAME"); |
|
$zero_node = "da39a3ee5e6b4b0d3255bfef95601890afd80709";
|
|
|