mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-12 01:11:55 +00:00
Use full <?php instead of short <? in ustring generation scripts
Change-Id: Ida6bc4ee1803763b284fdaa7c63769a146fec6ad
This commit is contained in:
parent
da44c9ed72
commit
3f5f3e247f
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/php
|
||||
<?
|
||||
<?php
|
||||
|
||||
if ( PHP_SAPI !== 'cli' ) {
|
||||
die( "This script may only be executed from the command line.\n" );
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/php
|
||||
<?
|
||||
<?php
|
||||
|
||||
if ( PHP_SAPI !== 'cli' ) {
|
||||
die( "This script may only be executed from the command line.\n" );
|
||||
|
|
Loading…
Reference in a new issue