-
Notifications
You must be signed in to change notification settings - Fork 0
/
msg.php
33 lines (30 loc) · 1.51 KB
/
msg.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/*******************************************
NOTICE OF COPYRIGHT //
// //
// MKhoster document plagirism
// http://mkhoster.com
//
// Copyright (C) 2008
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; version 1
//
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details:
//
// http://www.gnu.org/copyleft/gpl.html
//created by Mohamed Ali
//email [email protected]
//dtate 22-12-2008
*******************************************/
/*******************************************
this application will be made for many language so start create var language list here
*******************************************/
$err_file_not_found = "Error reading file";
$err_dir_empty = "<span class='errMsg'>There is no files to check</span>";
?>