Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. namespace libs;
  4.  
  5. class Server extends Base
  6. {
  7.  
  8.     /**
  9.     * Server status on/off
  10.     **/
  11.     protected function ServerStatus ()
  12.     {
  13.         return 'server/ServerStatus.xml.aspx';
  14.     }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement