a define must use quote

This commit is contained in:
Lgnap
2013-04-23 12:29:46 +02:00
parent 63fd1c96d6
commit 1613ae8119
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
<?php
define(PHPKI_VERSION, "0.83");
define("PHPKI_VERSION", "0.83");
?>