Changeset 133
- Timestamp:
- 05/09/05 13:48:40 (8 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/Linker/scan.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/Linker/scan.php
r57 r133 2 2 3 3 // /home/username/foo/public_html/ 4 $dir = $_SERVER['DOCUMENT_ROOT'];4 $dir = dirname(__FILE__)."/../.."; 5 5 $include = '/\.(php|shtml|html|htm|shtm|cgi|txt|doc|pdf|rtf|xls|csv)$/'; 6 6 $exclude = '';
