patchcablemgr/backend/retrieve_build-objects.php
2020-11-22 22:50:42 +00:00

9 lines
320 B
PHP
Executable File

<?php
define('QUADODO_IN_SYSTEM', true);
require_once $_SERVER['DOCUMENT_ROOT'].'/includes/header.php';
$qls->Security->check_auth_page('user.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/includes/content-build-objectData.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/includes/content-build-objects.php');
?>