a define must use quote
This commit is contained in:
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ distclean: clean
|
|||||||
echo -e '<?php\nheader("Location: ./../index.php");\n?>' > ca/index.php
|
echo -e '<?php\nheader("Location: ./../index.php");\n?>' > ca/index.php
|
||||||
|
|
||||||
echo '<?php' > config.php
|
echo '<?php' > config.php
|
||||||
echo 'define(PHPKI_VERSION, "$(VERSION)");' >> config.php
|
echo 'define("PHPKI_VERSION", "$(VERSION)");' >> config.php
|
||||||
echo '?>' >> config.php
|
echo '?>' >> config.php
|
||||||
|
|
||||||
rm -f index.php setup.php
|
rm -f index.php setup.php
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
define(PHPKI_VERSION, "0.83");
|
define("PHPKI_VERSION", "0.83");
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user