Translated using Weblate (Estonian)
[phpmyadmin.git] / libraries / string.inc.php
blob96273bc614df1f3f59e85740eac7d8c14c5e4d15
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Include specialized String handling for phpMyAdmin
6 * @package PhpMyAdmin-String
7 */
8 if (! defined('PHPMYADMIN')) {
9 exit;
12 /**
13 * Include the string handling class
15 require_once 'libraries/String.class.php';
17 $PMA_String = new PMA_String();