Just configured from Wine's GIT
svn path=/; revision=1
This commit is contained in:
17
appbrowse.php
Normal file
17
appbrowse.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Application browser.
|
||||
*
|
||||
* Optional parameters:
|
||||
* - iCatId, shows applications that belong to the category identified by iCatId
|
||||
*/
|
||||
|
||||
// application environment
|
||||
require("path.php");
|
||||
require(BASE."include/"."incl.php");
|
||||
|
||||
$iId = getInput('iCatId', $aClean);
|
||||
|
||||
util_redirect_and_exit(BASE."objectManager.php?sClass=category&iId=$iId&sAction=view&sTitle=Browse+Applications");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user