🔒 ♻️ Implement secure exec wrapper functions.

This commit is contained in:
Flat 2015-12-02 21:24:34 +09:00
commit 8e951ac72e
115 changed files with 1345 additions and 1986 deletions

View file

@ -22,7 +22,7 @@
<div class="l-center">
<?php
$back = getenv("HTTP_REFERER");
$back = getenv('HTTP_REFERER');
if (empty($back)) {
$back = "location.href='/list/package/'";
} else {