1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-06-09 09:12:21 +02:00
gdk/modules/base/lib/phpQuery/phpQuery/bootstrap.example.php
2020-01-25 14:52:35 +08:00

14 lines
369 B
PHP

<?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();
?>