diff options
Diffstat (limited to 'html/index.php')
-rw-r--r-- | html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.php b/html/index.php index 29e0cfa..488d9ba 100644 --- a/html/index.php +++ b/html/index.php @@ -1,4 +1,4 @@ -<?php include '@include.php'; ?><!DOCTYPE html> +<?php include '_include.php'; ?><!DOCTYPE html> <html lang="en"> <head> <?php echo indent(site_head('Spragg Software Services Ltd.'), 2); ?> |