Put the privacy policy where stupid-ass corporations and extinct elephant worshippers look for it.

This commit is contained in:
Mike Macgirvin 2024-08-27 06:55:10 +10:00
parent cf551b674a
commit 5654130cdc

View file

@ -0,0 +1,14 @@
<?php
namespace Code\Module;
use Code\Web\Controller;
class Privacy_policy extends Controller
{
public function init()
{
goaway('/legal');
}
}