diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-09-13 17:43:02 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-09-14 18:50:47 +1200 |
commit | 222ef4d1869485426e893f85caf8a3014f814faa (patch) | |
tree | 45d95c954e3c3ab8caa0fff74fe35042a337255e | |
parent | 4181c6f04ad6a2321b2957d8784abc7dfef5779f (diff) |
added doxygen tags
-rw-r--r-- | install.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/install.php b/install.php index 092172d35..5754c717a 100644 --- a/install.php +++ b/install.php @@ -1,5 +1,5 @@ <?php -/** +/** * StatusNet - the distributed open-source microblogging tool * Copyright (C) 2009, StatusNet, Inc. * @@ -15,7 +15,14 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * @category Installation + * @package Installation + * @license GNU Affero General Public License http://www.gnu.org/licenses/ + * */ + + define('INSTALLDIR', dirname(__FILE__)); |