DataObjects/Core_setting.php
authorjohn <john@roojs.com>
Mon, 9 Apr 2018 08:40:03 +0000 (16:40 +0800)
committerjohn <john@roojs.com>
Mon, 9 Apr 2018 08:40:03 +0000 (16:40 +0800)
DataObjects/Core_setting.php

index b618167..8a489c5 100644 (file)
@@ -8,8 +8,6 @@ class Pman_Core_DataObjects_Core_setting extends DB_DataObject
     
     function initKeys()
     {
-        $d = HTML_FlexyFramework::get()->Pman['storedir'].'/key';
-        
         if(
             file_exists("{$d}/pub.key") ||
             file_exists("{$d}/pri.key")