Compare commits
2 Commits
ab214e958e
...
776342d595
| Author | SHA1 | Date | |
|---|---|---|---|
| 776342d595 | |||
| d3885a577e |
@@ -8,8 +8,6 @@ if (!defined('APP_INIT')) {
|
|||||||
|
|
||||||
use api\classes\API;
|
use api\classes\API;
|
||||||
|
|
||||||
session_start();
|
|
||||||
|
|
||||||
require_once($_SERVER['DOCUMENT_ROOT'] . '/api/classes/API.php');
|
require_once($_SERVER['DOCUMENT_ROOT'] . '/api/classes/API.php');
|
||||||
|
|
||||||
class pageBuilder extends API
|
class pageBuilder extends API
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageSyste
|
|||||||
UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageMonitoring.php' WHERE `page_uuid`='a9e542a7-be1e-4e93-a924-7f43ef974e16';
|
UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageMonitoring.php' WHERE `page_uuid`='a9e542a7-be1e-4e93-a924-7f43ef974e16';
|
||||||
UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageAccessControl.php' WHERE `page_uuid`='c14362c2-7db2-4047-aed2-9569c0b4febf';
|
UPDATE `sentri`.`system_pages` SET `page_location`='/portal-management/pageAccessControl.php' WHERE `page_uuid`='c14362c2-7db2-4047-aed2-9569c0b4febf';
|
||||||
UPDATE `sentri`.`system_pages` SET `page_url`='/portal-management/sources/inserve' WHERE `page_uuid`='5b167631-ba04-4452-bb8f-3ae0be8bccb0';
|
UPDATE `sentri`.`system_pages` SET `page_url`='/portal-management/sources/inserve' WHERE `page_uuid`='5b167631-ba04-4452-bb8f-3ae0be8bccb0';
|
||||||
|
UPDATE `sentri`.`system_modules` SET `module_slugify`='portal-management' WHERE `module_uuid`='0f044275-1744-444c-9627-736310d7997e';
|
||||||
RENAME TABLE `vc_api_tokens` TO `system_api_tokens`;
|
RENAME TABLE `vc_api_tokens` TO `system_api_tokens`;
|
||||||
RENAME TABLE `vc_devices` TO `autop_devices`;
|
RENAME TABLE `vc_devices` TO `autop_devices`;
|
||||||
RENAME TABLE `vc_permissions` TO `system_permissions`;
|
RENAME TABLE `vc_permissions` TO `system_permissions`;
|
||||||
|
|||||||
Reference in New Issue
Block a user