From: Samu Voutilainen Date: Fri, 23 May 2014 09:07:59 +0000 (+0300) Subject: Renamed .inc files to .php files X-Git-Tag: 4.0.0-alpha^2~212^2~4^2~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=99ba1306304684961b36aa997d77554db6c23a46;p=plcapi.git Renamed .inc files to .php files .inc extension for included PHP files is not recommended, instead standard .php should be PHP files extension. --- diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.php similarity index 100% rename from lib/xmlrpc.inc rename to lib/xmlrpc.php diff --git a/lib/xmlrpc_wrappers.inc b/lib/xmlrpc_wrappers.php similarity index 100% rename from lib/xmlrpc_wrappers.inc rename to lib/xmlrpc_wrappers.php diff --git a/lib/xmlrpcs.inc b/lib/xmlrpcs.php similarity index 100% rename from lib/xmlrpcs.inc rename to lib/xmlrpcs.php