From: Evan Prodromou Date: Wed, 14 May 2008 19:00:09 +0000 (-0400) Subject: deny access to include files X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0036795582aa3fca078e744ae1bd96a9e417d361;p=quix0rs-gnu-social.git deny access to include files darcs-hash:20080514190009-84dde-30f0f1b5955d71cd85563e12078ab02bf8645524.gz --- diff --git a/TODO b/TODO index 7cc39f8459..8b3fe5b75f 100644 --- a/TODO +++ b/TODO @@ -13,7 +13,8 @@ + subscribe links on profile + header menu + footer menu -- disallow direct to PHP files ++ disallow direct to PHP files +- require valid nicknames - common_local_url() - configuration system ($config) - RSS 1.0 feeds of a user's notices diff --git a/action.php b/action.php index 539077bc3f..ed25ac9d82 100644 --- a/action.php +++ b/action.php @@ -1,5 +1,7 @@ show_form(); } - \ No newline at end of file diff --git a/classes/Notice.php b/classes/Notice.php index f990675fba..a25afce2b9 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1,4 +1,7 @@ 'pgsql', 'username' => 'someuser', diff --git a/index.php b/index.php index 7237c08bc0..ee17b73d0a 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@