403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Old Sites/ees_request/externalpages/ams/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/ees_request/externalpages/ams/Availability.class.php
<?php
  
  class Availability {
      
      private $week_;
      private $hours_;
      
      public function __construct() {
      
          $this->week_ = array("1"=>"Δευτέρα", "2"=>"Τρίτη", "3"=>"Τετάρτη", "4"=>"Πέμπτη", "5"=>"Παρασκευή");
          
          $this->hours_ = array("1"=>"08:00", "2"=>"09:00", "3"=>"10:00", "4"=>"11:00", "5"=>"12:00", "6"=>"13:00",
                                "7"=>"14:00", "8"=>"15:00", "9"=>"16:00", "10"=>"17:00", "11"=>"18:00", "12"=>"19:00",
                                "13"=>"20:00", "14"=>"21:00");
      }
      
      public function getWeek() {
      
            return $this->week_;
      }   
      
      public function getHours() {
          
          return $this->hours_;   
      }
  }
?>

Youez - 2016 - github.com/yon3zu
LinuXploit