summaryrefslogtreecommitdiff
path: root/phpmake/library.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpmake/library.php')
-rw-r--r--phpmake/library.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpmake/library.php b/phpmake/library.php
new file mode 100644
index 0000000..12f13cf
--- /dev/null
+++ b/phpmake/library.php
@@ -0,0 +1,5 @@
+<?php
+ include "version.php";
+ include "defaults.php";
+ include "functions.php";
+?>