summaryrefslogtreecommitdiffstats
path: root/apis/init.inc.php
blob: 3e9483305bf7b3e0646d9e4992bbb6cb89e4c31c (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

if (!isLocalExecution())
	exit(0);

Trigger::ldadp();
Trigger::mount();
Trigger::autoUpdateServerIp();
Trigger::ipxe();