From: Dylan Lloyd Date: Thu, 22 Mar 2012 23:19:19 +0000 (-0400) Subject: rm'd more cruft X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=bc92e5a9bf480ef176836b84adb8768400adcbba;hp=46655a5413044c887216c4f0de6cde839598973f;p=dylansserver.git rm'd more cruft --- diff --git a/cms.php b/cms.php index f3902b3..b4790b2 100644 --- a/cms.php +++ b/cms.php @@ -6,7 +6,6 @@ abstract class cms { protected $db; protected $recaptcha_publickey; protected $recaptcha_privatekey; - protected $scripts; public $title; public $home_link; @@ -164,24 +163,6 @@ class page extends cms { public function __construct() { parent::__construct(); $this->page_offset(); - $this->scripts = " - - - - - - "; } private function page_offset() {