mirror of
https://github.com/php/web-doc.git
synced 2025-08-10 02:56:24 +00:00
Merge pull request #5 from rogeriopradoj/fix-typo
Fix typo REDAME -> README * rogeriopradoj/fix-typo: Fix typo REDAME -> README
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Please read REDAME.md in the same directory to get more info about filling in this file
|
# Please read README.md in the same directory to get more info about filling in this file
|
||||||
|
|
||||||
PHP=@PHP@
|
PHP=@PHP@
|
||||||
SVNDIR=@SVNDIR@
|
SVNDIR=@SVNDIR@
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
// Please read REDAME.md in the same directory to get more info about filling in this file
|
// Please read README.md in the same directory to get more info about filling in this file
|
||||||
|
|
||||||
define('SVN_DIR', '@SVNDIR@');
|
define('SVN_DIR', '@SVNDIR@');
|
||||||
define('SQLITE_DIR', '@SQLITEDIR@');
|
define('SQLITE_DIR', '@SQLITEDIR@');
|
Reference in New Issue
Block a user