diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-30 23:49:44 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-30 23:49:44 -0700 |
| commit | 8135babf7073bf1174c19645d42a163fb7c20823 (patch) | |
| tree | 0c67ffab8398ba7d7df04336c4128bfc7c00359d /dash | |
| parent | 404d64fe77d66734779b720502b0332444f0e360 (diff) | |
| download | bulletin-8135babf7073bf1174c19645d42a163fb7c20823.tar.gz | |
Removed ads.php remnant from settings.php
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/settings.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dash/settings.php b/dash/settings.php index f397fa2..6c9c276 100644 --- a/dash/settings.php +++ b/dash/settings.php @@ -2,7 +2,6 @@ define('HEIRARCHY', 1); require('dash_common.php'); -if ($adid < 1) fatal('No ad ID has been provided. You must have reached this page in error.'); $title = 'Account Settings / Bulletin'; require('header.php'); //if (!empty($_POST[''])) { @@ -39,6 +38,6 @@ require('header.php'); </div> </div> <?php -$result->free(); +if (!empty($result)) $result->free(); require('footer.php'); ?> |
