1
0
Fork 0

More gitignore fudging

This commit is contained in:
sloum 2023-12-21 09:27:04 -08:00
parent b21758aac5
commit 0a5e9e7152
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
posts/*
media/*
blog_pass_hash.txt
pass_hash.php

7
pass_hash.php Normal file
View File

@ -0,0 +1,7 @@
<?php
if ( __FILE__ == $_SERVER['SCRIPT_FILENAME'] ) {
header("Location: 404.php");
die();
}
const BLOG_HASH = null;