Warning: file_put_contents(/home/admin/domains/adexbranding.com/private_html/robots.txt): Failed to open stream: Permission denied in /home/admin/domains/adexbranding.com/public_html/index.php on line 3 HEX
HEX
Server:Apache/2
System:Linux srv 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
<?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';
}
}