Process/Php7.php
[Pman.Core] / Process / Php7.php
1 <?php
2
3 class Pman_Core_Php7 extends Pman
4 {
5     
6     
7     
8     function getAuth()
9     {
10         if (empty($this->cli)) {
11             die("CLI only");
12         }
13     }
14     
15 }