From f6c0986ec700f4b1753344bdf262708c1e9345a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 1 Jan 2010 14:41:11 +0000 Subject: [PATCH] Base (root) script added for ext-autoreg --- .gitattributes | 1 + DOCS/TODOs.txt | 1 + autoreg.php | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 autoreg.php diff --git a/.gitattributes b/.gitattributes index 67d78ae2d0..5eec9e158e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -74,6 +74,7 @@ DOCS/tpl-validator.php -text DOCS/validator.sh -text /admin.php -text /agb.php -text +/autoreg.php -text /beg.php -text /birthday_confirm.php -text /click.php -text diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index aa63660bac..9bc0f08a9b 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -1,5 +1,6 @@ ### WARNING: THIS FILE IS AUTO-GENERATED BY ./DOCS/todo-builder.sh (uid=/user=quix0r) ### ### DO NOT EDIT THIS FILE. ### +./autoreg.php:59:// @TODO Add processing of request here ./beg.php:172: // @TODO Opps, what is missing here??? ./birthday_confirm.php:93: // @TODO Try to rewrite the following unset() ./inc/autopurge/purge-inact.php:56: // @TODO Rewrite these if() blocks to a filter diff --git a/autoreg.php b/autoreg.php new file mode 100644 index 0000000000..3f53e3d8d2 --- /dev/null +++ b/autoreg.php @@ -0,0 +1,65 @@ + -- 2.30.2