1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00

[ticket/11103] UCP base files for notification options

PHPBB3-11103
This commit is contained in:
Nathaniel Guse
2012-09-26 21:50:21 -05:00
parent 3242ce0d3a
commit b052741fcb
2 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?php
/**
*
* @package notifications
* @copyright (c) 2012 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class ucp_notifications
{
var $u_action;
function main($id, $mode)
{
}
}