From 99ba1306304684961b36aa997d77554db6c23a46 Mon Sep 17 00:00:00 2001 From: Samu Voutilainen Date: Fri, 23 May 2014 12:07:59 +0300 Subject: [PATCH] Renamed .inc files to .php files .inc extension for included PHP files is not recommended, instead standard .php should be PHP files extension. --- lib/{xmlrpc.inc => xmlrpc.php} | 0 lib/{xmlrpc_wrappers.inc => xmlrpc_wrappers.php} | 0 lib/{xmlrpcs.inc => xmlrpcs.php} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename lib/{xmlrpc.inc => xmlrpc.php} (100%) rename lib/{xmlrpc_wrappers.inc => xmlrpc_wrappers.php} (100%) rename lib/{xmlrpcs.inc => xmlrpcs.php} (100%) 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 -- 2.47.0