Revision 556
Added by Matthias almost 18 years ago
| functions.php | ||
|---|---|---|
| 702 | 702 |
|
| 703 | 703 |
// Unlink the page access file and directory |
| 704 | 704 |
$directory = WB_PATH.PAGES_DIRECTORY.$link; |
| 705 |
$filename = $directory.'.php';
|
|
| 705 |
$filename = $directory.PAGE_EXTENSION;
|
|
| 706 | 706 |
$directory .= '/'; |
| 707 | 707 |
if(file_exists($filename)) {
|
| 708 | 708 |
if(!is_writable(WB_PATH.PAGES_DIRECTORY.'/')) {
|
Also available in: Unified diff
Added example .htaccess to parse .html files, fixed bug in changeset [555]