blob: 6f0adfe5886d51d71f3996cfb7b17f82696cb611 (
plain) (
blame)
1
2
3
4
5
6
|
<?php
$title = "Useful Shell Scripting and Bulk Renaming Files with Vim";
if (isset($early) && $early) {
return;
}
include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');
|