Home
last modified time | relevance | path

Searched refs:action (Results 1 – 7 of 7) sorted by relevance

/web-bugs/templates/pages/admin/
H A Dmenu.php2 <a href="/admin/?action=phpinfo" <?= ('phpinfo' === $action) ? 'class="active"' : ''; ?>>
6 <a href="/admin/?action=list_lists" <?= ('list_lists' === $action) ? 'class="active"' : ''; ?>>
10 …<a href="/admin/?action=list_responses" <?= ('list_responses' === $action) ? 'class="active"' : ''…
14 <a href="/admin/?action=mysql" <?= ('mysql' === $action) ? 'class="active"' : ''; ?>>
H A Dphpinfo.php5 <?php $this->include('pages/admin/menu.php', ['action' => $action]); ?>
H A Dmailing_lists.php5 <?php $this->include('pages/admin/menu.php', ['action' => $action]); ?>
H A Dquick_responses.php5 <?php $this->include('pages/admin/menu.php', ['action' => $action]); ?>
H A Ddatabase_status.php5 <?php $this->include('pages/admin/menu.php', ['action' => $action]); ?>
/web-bugs/www/admin/
H A Dindex.php20 $action = $_GET['action'] ?? 'list_lists'; variable
22 switch ($action) {
25 'action' => $action,
32 'action' => $action,
39 'action' => $action,
49 'action' => $action,
/web-bugs/www/
H A Dapi.php14 $action = isset($_GET['action']) ? $_GET['action'] : 'unknown'; variable
17 if ($type === 'docs' && $action === 'closed' && $interval) {

Completed in 10 milliseconds