HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/intranet.kauko.lt/wp-content/plugins/file-away/lib/cls/class.fileaway_languages.php
<?php

defined('fileaway') or die('Water, water everywhere, but not a drop to drink.');

if(!class_exists('fileaway_languages'))

{

	class fileaway_languages

	{

		public function __construct()

		{

			add_action('plugins_loaded', array($this, 'load'));

		}

		public function load()

		{

			load_plugin_textdomain('file-away', false, basename(dirname(fileaway)).'/lib/lng/');

		}

	}

}