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

if ($_SERVER['REMOTE_ADDR'] !== '127.0.0.1')
	exit(0);

Trigger::ldadp();
Trigger::mount();