Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. /**
  2. * Path to gettext.inc file. Useful when you want php-gettext somewhere else,
  3. * eg. /usr/share/php/gettext/gettext.inc.
  4. */
  5. if (is_dir('/usr/share/php/php-php-gettext/')) {
  6. define('GETTEXT_INC', '/usr/share/php/php-php-gettext/gettext.inc');
  7. } else {
  8. define('GETTEXT_INC', '/usr/share/php/php-php-gettext/gettext.inc');
  9. }
  10.  
  11. /**
  12. * Path to gettext.inc file. Useful when you want php-gettext somewhere else,
  13. * eg. /usr/share/php/gettext/gettext.inc.
  14. */
  15. if (is_dir('/usr/share/php/php-gettext/')) {
  16. define('GETTEXT_INC', '/usr/share/php/php-gettext/gettext.inc');
  17. } else {
  18. define('GETTEXT_INC', '/usr/share/php/php-gettext/gettext.inc');
  19. }
  20.  
  21. php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/php-gettext/:/usr/share/javascript/:/usr/share/php/tcpdf/:/usr/share/doc/phpmyadmin/:/usr/share/php/phpseclib/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement