Add modules to repository

This commit is contained in:
Sebastian Kinne
2017-11-16 16:42:22 +11:00
commit d0aa1e38ef
707 changed files with 96750 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?php namespace evilportal;
class MyPortal extends Portal
{
public function handleAuthorization()
{
// Call parent to handle basic authorization first
parent::handleAuthorization();
// Check for other form data here
}
public function showSuccess()
{
// Calls default success message
parent::showSuccess();
}
public function showError()
{
// Calls default error message
parent::showError();
}
}

View File

@@ -0,0 +1,25 @@
<?php namespace evilportal;
class MyPortal extends Portal
{
public function handleAuthorization()
{
// Call parent to handle basic authorization first
parent::handleAuthorization();
// Check for other form data here
}
public function showSuccess()
{
// Calls default success message
parent::showSuccess();
}
public function showError()
{
// Calls default error message
parent::showError();
}
}

View File

@@ -0,0 +1,4 @@
<!--
<style>
</style>
-->

View File

@@ -0,0 +1,4 @@
<!--
<div>
</div>
-->

View File

@@ -0,0 +1,4 @@
<!--
<script>
</script>
-->

View File

@@ -0,0 +1,3 @@
<?php
$destination = "http://". $_SERVER['HTTP_HOST'] . $_SERVER['HTTP_URI'] . "";
?>

View File

@@ -0,0 +1,4 @@
<!--
<style>
</style>
-->

View File

@@ -0,0 +1,4 @@
<!--
<div>
</div>
-->

View File

@@ -0,0 +1,4 @@
<!--
<script>
</script>
-->

View File

@@ -0,0 +1,3 @@
<?php
$destination = "http://". $_SERVER['HTTP_HOST'] . $_SERVER['HTTP_URI'] . "";
?>