From c00c033d33d901e1ca6be9061a44e55acd041b1f Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Sun, 4 Aug 2013 13:12:10 -0500 Subject: [PATCH] Remove example file (Fix #1658) --- administrator/components/com_admin/script.php | 1 + libraries/idna_convert/example.php | 131 ------------------ 2 files changed, 1 insertion(+), 131 deletions(-) delete mode 100644 libraries/idna_convert/example.php diff --git a/administrator/components/com_admin/script.php b/administrator/components/com_admin/script.php index 849cc165bf68f..df8e1e0900d08 100644 --- a/administrator/components/com_admin/script.php +++ b/administrator/components/com_admin/script.php @@ -604,6 +604,7 @@ public function deleteUnexistingFiles() // Joomla! 3.2 '/administrator/components/com_contact/models/fields/modal/contacts.php', '/administrator/components/com_newsfeeds/models/fields/modal/newsfeeds.php', + '/libraries/idna_convert/example.php', ); // TODO There is an issue while deleting folders using the ftp mode diff --git a/libraries/idna_convert/example.php b/libraries/idna_convert/example.php deleted file mode 100644 index 968073c8ce24e..0000000000000 --- a/libraries/idna_convert/example.php +++ /dev/null @@ -1,131 +0,0 @@ - $idn_version)); - -$version_select = ''."\n"; -} -?> - - - -phlyLabs Punycode Converter - - - - - -
-
phlyLabs' pure PHP IDNA Converter

- - See the RFCs 3490, - 3491, - 3492 and - 3454 as well as - 5890, - 5891, - 5892, - 5893 and - RFC5894.
-
-
-
- Dieser Konverter erlaubt die Übersetzung von Domainnamen zwischen der Punycode- und der - Unicode-Schreibweise.
- Geben Sie einfach den Domainnamen im entsprechend bezeichneten Feld ein und klicken Sie dann auf den darunter - liegenden Button. Sie können einfache Domainnamen, komplette URLs (wie http://jürgen-müller.de) - oder Emailadressen eingeben.
-
- Stellen Sie aber sicher, dass Ihr Browser den Zeichensatz UTF-8 unterstützt.
-
- Wenn Sie Interesse an der zugrundeliegenden PHP-Klasse haben, können Sie diese - hier herunterladen.
-
- Diese Klasse wird ohne Garantie ihrer Funktionstüchtigkeit bereit gestellt. Nutzung auf eigene Gefahr.
- Um sicher zu stellen, dass eine Zeichenkette korrekt umgewandelt wurde, sollten Sie diese immer zurückwandeln - und das Ergebnis mit Ihrer ursprünglichen Eingabe vergleichen.
-
- Fehler und Probleme können Sie gern an team@phlymail.de senden.
- - This converter allows you to transfer domain names between the encoded (Punycode) notation - and the decoded (UTF-8) notation.
- Just enter the domain name in the respective field and click on the button right below it to have - it converted. Please note, that you might even enter complete domain names (like jürgen-müller.de) - or a email addresses.
-
- Make sure, that your browser is capable of the UTF-8 character encoding.
-
- For those of you interested in the PHP source of the underlying class, you might - download it here.
-
- Please be aware, that this class is provided as is and without any liability. Use at your own risk.
- To ensure, that a certain string has been converted correctly, you should convert it both ways and compare the - results.
-
- Please feel free to report bugs and problems to: team@phlymail.com.
- -
-
- - - - - - - - - - - - - -
Original (Unicode)Punycode (ACE)
-
-
- - -
-
-
-
- -
-
-
- Version used: 0.8.0; © 2004-2011 phlyLabs Berlin; part of phlyMail -
- - \ No newline at end of file