Released under the terms of the GNU General Public License.
You should have received a copy of the GNU General Public License,
along with this software. In the main directory, see: /licensing/
If not, see: .
*/
/*
Direct access denial.
*/
if (realpath(__FILE__) === realpath($_SERVER["SCRIPT_FILENAME"]))
exit ("Do not access this file directly.");
/*
Include all of the functions that came with this widget.
*/
if (is_dir(dirname(__FILE__) . "/functions"))
if ($ws_widget__ad_squares_temp_r = opendir(dirname(__FILE__) . "/functions"))
while (($ws_widget__ad_squares_temp_s = readdir($ws_widget__ad_squares_temp_r)) !== false)
if (preg_match("/\.php$/", $ws_widget__ad_squares_temp_s) && !preg_match("/^index\.php$/i", $ws_widget__ad_squares_temp_s))
include_once dirname(__FILE__) . "/functions/" . $ws_widget__ad_squares_temp_s;
?>