Remove to other scripts with no function/or not working

This commit is contained in:
Ermal 2014-03-28 23:21:41 +01:00
parent 412f9462a1
commit 0d73a46803
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
#! /usr/local/bin/php -f
<?php
require_once("util.inc");
$GLOBALS['lockscript'] = lock('config');
?>

View File

@ -1,9 +0,0 @@
#! /usr/local/bin/php -f
<?php
require_once("util.inc");
unlock($GLOBALS['lockscript']);
?>