X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Foriginal%2Faccount.php;fp=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Foriginal%2Faccount.php;h=3f93126b6ad6f1c052e99e13b66676e9ab6a8d1b;hb=5303f53cb44fffd4c59890d3c333f74d7cd7cb4e;hp=0000000000000000000000000000000000000000;hpb=3dfde391486e81a357e08a24ccb7903c8adfa5aa;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/users/original/account.php b/testing/MCTXWeb/public_html/users/original/account.php new file mode 100644 index 0000000..3f93126 --- /dev/null +++ b/testing/MCTXWeb/public_html/users/original/account.php @@ -0,0 +1,32 @@ + +
+
+
+

UserCake

+

Account

+
"; + +include("left-nav.php"); + +echo " +
+
+Hey, $loggedInUser->displayname. This is an example secure page designed to demonstrate some of the basic features of UserCake. Just so you know, your title at the moment is $loggedInUser->title, and that can be changed in the admin panel. You registered this account on " . date("M d, Y", $loggedInUser->signupTimeStamp()) . ". +
+
+
+ +"; + +?>