-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.php
40 lines (36 loc) · 1.6 KB
/
config.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
34
35
36
37
38
39
40
<?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
*******************************************/
/*******************************************
most application var is set here
*******************************************/
$files_upload_path = "./files/";
$long_string_search = true;
//定义最长文本
$long_string_search_value = 40;
//定义分页的长度
$dcopyfind = 'd:\wamp\www\TestAlpagrism\files';
$identify_nums = 3;
$sim_dir = "d:\wamp\www\TestAlpagrism\sim_text.exe";
?>