Commit 2829233f8a85655f8a7e032ac0b5040d9faf6249

Authored by rob
1 parent f1d13712

Initial revision. Default noAccess page to which a user is redirected if he/she…

… does not have permission to view a page


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@419 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/noAccess.php 0 → 100644
  1 +<?php
  2 +/**
  3 +* No access page
  4 +*
  5 +*
  6 +*
  7 +*/
  8 +
  9 +echo "<center><b>GO AWAY you bloody idiot. You do not have rights to access this page.<br> Your harddrive is now being formated<br>Have a nice day :-)</b></center>";
  10 +?>