1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Making sure we don't require Spyc 2 times.

This commit is contained in:
Jonathan.Wage 2007-09-13 21:49:04 +00:00
parent c9658cb29b
commit 16a0aaebcf

View File

@ -1,5 +1,7 @@
<?php
require_once('spyc.php');
if (!class_exists('Spyc')) {
require_once('spyc.php');
}
/*
* $Id: Yml.php 1080 2007-02-10 18:17:08Z jwage $