Process/Php7.php
authorAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 06:58:23 +0000 (14:58 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 06:58:23 +0000 (14:58 +0800)
Process/Php7.php

index e69de29..6aa92ba 100644 (file)
@@ -0,0 +1,15 @@
+<?php
+
+class Pman_Core_Php7 extends Pman
+{
+    
+    
+    
+    function getAuth()
+    {
+        if (empty($this->cli)) {
+            die("CLI only");
+        }
+    }
+    
+}
\ No newline at end of file