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 plugin. */ if (is_dir ($ws_widget__ad_squares_temp_dir = dirname (__FILE__) . "/functions")) foreach (scandir ($ws_widget__ad_squares_temp_dir) as $ws_widget__ad_squares_temp_s) if (preg_match ("/\.php$/", $ws_widget__ad_squares_temp_s) && $ws_widget__ad_squares_temp_s !== "index.php") include_once $ws_widget__ad_squares_temp_dir . "/" . $ws_widget__ad_squares_temp_s; /**/ unset ($ws_widget__ad_squares_temp_dir, $ws_widget__ad_squares_temp_s); ?>