Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/vendors/phpQuery/bootstrap.example.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/vendors/phpQuery/bootstrap.example.php')
-rw-r--r--site/vendors/phpQuery/bootstrap.example.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/site/vendors/phpQuery/bootstrap.example.php b/site/vendors/phpQuery/bootstrap.example.php
new file mode 100644
index 0000000..4fafe1a
--- /dev/null
+++ b/site/vendors/phpQuery/bootstrap.example.php
@@ -0,0 +1,14 @@
+<?php
+/**
+ * Example of phpQuery bootstrap file.
+ *
+ * This file is executed everytime phpQuery is included. Use it to set all
+ * your personal needs in the library.
+ *
+ * To activate this file, delete '.example' from filename.
+ */
+// probably you want to use one of those functions here
+//phpQuery::ajaxAllowHost();
+//phpQuery::ajaxAllowURL();
+//phpQuery::plugin();
+?> \ No newline at end of file