switch to longer open tags (recommended by php)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/php -q
|
#!/usr/bin/php -q
|
||||||
<?
|
<?php
|
||||||
require_once("toolkit.php");
|
require_once("toolkit.php");
|
||||||
|
|
||||||
$cake_api = file_get_contents("https://github.com/cakephp/cakephp/tags");
|
$cake_api = file_get_contents("https://github.com/cakephp/cakephp/tags");
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/php -q
|
#!/usr/bin/php -q
|
||||||
<?
|
<?php
|
||||||
require_once("toolkit.php");
|
require_once("toolkit.php");
|
||||||
|
|
||||||
// Retrieve current Drupal version as documented at http://www.goldcoastmedia.co.uk/blog/drupal-versions-with-php
|
// Retrieve current Drupal version as documented at http://www.goldcoastmedia.co.uk/blog/drupal-versions-with-php
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/php -q
|
#!/usr/bin/php -q
|
||||||
<?
|
<?php
|
||||||
require_once("toolkit.php");
|
require_once("toolkit.php");
|
||||||
|
|
||||||
$pma_api = file_get_contents("http://www.phpmyadmin.net/home_page/downloads.php");
|
$pma_api = file_get_contents("http://www.phpmyadmin.net/home_page/downloads.php");
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
// Generic tasks to read shell/environment settings into PHP
|
// Generic tasks to read shell/environment settings into PHP
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/php -q
|
#!/usr/bin/php -q
|
||||||
<?
|
<?php
|
||||||
require_once("toolkit.php");
|
require_once("toolkit.php");
|
||||||
|
|
||||||
// Retrieve current Wordpress version from http://api.wordpress.org/core/version-check/1.6/
|
// Retrieve current Wordpress version from http://api.wordpress.org/core/version-check/1.6/
|
||||||
|
|||||||
Reference in New Issue
Block a user