JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run.php: use require_once instead of symbolic link
authorJason Woofenden <jason@jasonwoof.com>
Fri, 2 Jan 2015 16:27:23 +0000 (11:27 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 2 Jan 2015 16:27:23 +0000 (11:27 -0500)
code/wfpl
run.php [changed from symlink to file mode: 0644]

index ca16913..cb781e2 160000 (submodule)
--- a/code/wfpl
+++ b/code/wfpl
@@ -1 +1 @@
-Subproject commit ca169135c8b3ec936846befa20f583849b8c1108
+Subproject commit cb781e2eff50ef8d28a6a8868559a18465614dac
diff --git a/run.php b/run.php
deleted file mode 120000 (symlink)
index 1d3ff92931f84055458062fdf0a336c76165e51e..0000000000000000000000000000000000000000
--- a/run.php
+++ /dev/null
@@ -1 +0,0 @@
-code/wfpl/run.php
\ No newline at end of file
diff --git a/run.php b/run.php
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..1d11c1161db0652da21a493ed8ab15088a519c1f
--- /dev/null
+++ b/run.php
@@ -0,0 +1,3 @@
+<?php
+
+require_once(__DIR__ . '/code/wfpl/run.php');