EIOS/inc/phpquery/phpQuery/bootstrap.example.php

14 lines
369 B
PHP
Raw Permalink Normal View History

2023-12-28 15:39:22 +03:00
<?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();
?>