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.
14 lines
369 B
14 lines
369 B
<?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();
|
|
?>
|