From: Ævar Arnfjörð Bjarmason Date: Sun, 19 Jun 2005 16:10:03 +0000 (+0000) Subject: * Using {{PATH}} rather than $wgScriptPath X-Git-Tag: 1.5.0beta1~138 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=e6bc3fde8e132652e639cb16534495c80d94cf2e;p=lhc%2Fweb%2Fwiklou.git * Using {{PATH}} rather than $wgScriptPath --- diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index 101eb0e1c1..a9756a32be 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -10,7 +10,7 @@ * constructor */ function wfSpecialVersion() { - global $wgOut, $wgVersion, $wgScriptPath; + global $wgOut, $wgVersion; $dbr =& wfGetDB( DB_SLAVE ); @@ -30,7 +30,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received [{{SERVER}}$wgScriptPath/COPYING a copy of the GNU General Public License] +You should have received [{{SERVER}}{{PATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. or [http://www.gnu.org/copyleft/gpl.html read it online]