1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-28 15:24:15 +01:00

Prevent included scripts from creating output.

This commit is contained in:
Dain Nilsson 2014-10-29 12:45:24 +01:00
parent ecf0248d13
commit 0a460695bf

View File

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