switch to longer open tags (recommended by php)

This commit is contained in:
florian
2013-10-15 19:57:09 +00:00
parent b9c14a9a85
commit 8e4436f9de
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/php -q
<?
<?php
require_once("toolkit.php");
$cake_api = file_get_contents("https://github.com/cakephp/cakephp/tags");

View File

@@ -1,5 +1,5 @@
#!/usr/bin/php -q
<?
<?php
require_once("toolkit.php");
// Retrieve current Drupal version as documented at http://www.goldcoastmedia.co.uk/blog/drupal-versions-with-php

View File

@@ -1,5 +1,5 @@
#!/usr/bin/php -q
<?
<?php
require_once("toolkit.php");
$pma_api = file_get_contents("http://www.phpmyadmin.net/home_page/downloads.php");

View File

@@ -1,4 +1,4 @@
<?
<?php
// Generic tasks to read shell/environment settings into PHP
//

View File

@@ -1,5 +1,5 @@
#!/usr/bin/php -q
<?
<?php
require_once("toolkit.php");
// Retrieve current Wordpress version from http://api.wordpress.org/core/version-check/1.6/