X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=cms.php;h=b4790b2f0e8ef9b9ae62b5d71c26f2c0b49515ec;hb=bc92e5a9bf480ef176836b84adb8768400adcbba;hp=f3902b336c22cb47e922adf794bf86b80cabcba5;hpb=46655a5413044c887216c4f0de6cde839598973f;p=dylansserver.git 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() {