From 0036795582aa3fca078e744ae1bd96a9e417d361 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 14 May 2008 15:00:09 -0400 Subject: [PATCH] deny access to include files darcs-hash:20080514190009-84dde-30f0f1b5955d71cd85563e12078ab02bf8645524.gz --- TODO | 3 ++- action.php | 2 ++ actions/settings.php | 1 - classes/Notice.php | 3 +++ classes/Profile.php | 1 + classes/Remote_profile.php | 1 + classes/Subscription.php | 1 + classes/User.php | 1 + common.php | 2 ++ config.php | 2 ++ index.php | 1 + stream.php | 2 ++ 12 files changed, 18 insertions(+), 2 deletions(-) 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 @@