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 @@