Process/Php7.php
[Pman.Core] / Process / Php7.php
1 <?php
2
3 class Pman_Core_Php7 extends Pman
4 {
5     
6     static $cli_desc = "Tests for PHP compatibilty, by including files..."; 
7     
8     
9     
10     function getAuth()
11     {
12         if (empty($this->cli)) {
13             die("CLI only");
14         }
15     }
16     
17     
18     
19     
20 }