Author: gassla
Date: Wed May 30 15:14:17 2007
New Revision: 468
URL: http://svn.gna.org/viewcvs/phplinker?rev=468&view=rev
Log:
typo
Modified:
trunk/www/admin/api/fetch_categories.php
Modified: trunk/www/admin/api/fetch_categories.php
URL:
http://svn.gna.org/viewcvs/phplinker/trunk/www/admin/api/fetch_categories.php?rev=468&r1=467&r2=468&view=diff
==============================================================================
--- trunk/www/admin/api/fetch_categories.php (original)
+++ trunk/www/admin/api/fetch_categories.php Wed May 30 15:14:17 2007
@@ -25,8 +25,8 @@
<?php
require($_SERVER['DOCUMENT_ROOT']."/includes/start.php");
-if (!is_allowed_ip ($_SERVER['REMOTE_ADDR']))
- die ('Désolé, votre adresse IP n\'est pas autorisée à utiliser
l\'API!!!');
+if (!is_allowed_ip($_SERVER['REMOTE_ADDR']))
+ die (_("You're not allowed to access this script!"));
$root=0;
$all_categs = linker_get_categories_tree_array();
_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits