1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-01-19 16:52:16 +01:00

Use require_once.

This commit is contained in:
Simon Josefsson 2009-12-15 19:19:28 +00:00
parent f7f253e41f
commit edbeacfd15

View File

@ -28,8 +28,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
include 'ykksm-config.php';
include 'ykksm-utils.php';
require_once 'ykksm-config.php';
require_once 'ykksm-utils.php';
openlog("ykksm", LOG_PID, $logfacility)
or die("ERR Syslog open error\n");