|
|
@ -219,10 +219,10 @@ class Pico { |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Ignore Emacs (and Nano) temp files |
|
|
|
// Ignore Emacs (and Nano) temp files |
|
|
|
if (in_array(substr($page, -1), array('~','#'))) { |
|
|
|
if (in_array(substr($page, -1), array('~','#'))) { |
|
|
|
unset($pages[$key]); |
|
|
|
unset($pages[$key]); |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
// Get title and format $page |
|
|
|
// Get title and format $page |
|
|
|
$page_content = file_get_contents($page); |
|
|
|
$page_content = file_get_contents($page); |
|
|
|