mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Incorrect case close operands
This commit is contained in:
parent
2e092c7bd4
commit
a978ae260a
7 changed files with 22 additions and 19 deletions
2
ajax.php
2
ajax.php
|
@ -84,7 +84,7 @@ switch ($ajax->action) {
|
|||
require(INC_DIR . 'functions_group.php');
|
||||
break;
|
||||
|
||||
case 'sitemap';
|
||||
case 'sitemap':
|
||||
require(CLASS_DIR . 'sitemap.php');
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue