File manager - Edit - /home/dubair8/saluempire.com/data.tar
Back
base/controller.php 0000755 00000000377 15111617442 0010366 0 ustar 00 <?php namespace ElementorPro\Data\Base; use Elementor\Data\Base\Controller as Controller_Base; abstract class Controller extends Controller_Base { public function __construct() { parent::__construct(); $this->namespace = 'elementor-pro/v1'; } } http-status.php 0000755 00000000663 15111617442 0007567 0 ustar 00 <?php namespace ElementorPro\Data; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } // TODO: Move to core. class Http_Status { // Successful responses const OK = 200; const CREATED = 201; const NO_CONTENT = 204; // Client error responses const BAD_REQUEST = 400; const UNAUTHORIZED = 401; const FORBIDDEN = 403; const NOT_FOUND = 404; // Server error responses const INTERNAL_SERVER_ERROR = 500; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings