HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/webdav/www/irk2.ru/config/config.route.php
<?
/*-------------------------------------------------------
*
*   LiveStreet Engine Social Networking
*   Copyright © 2008 Mzhelskiy Maxim
*
*--------------------------------------------------------
*
*   Official site: www.livestreet.ru
*   Contact e-mail: rus.engine@gmail.com
*
*   GNU General Public License, version 2:
*   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
---------------------------------------------------------
*/

/**
 * Настройки роутинга страниц
 * Определяет какой экшен должен запускаться при определенном УРЛе
 */

define("ROUTE_PAGE_ERROR",'error');
define("ROUTE_PAGE_REGISTRATION",'registration');
define("ROUTE_PAGE_PROFILE",'profile');
define("ROUTE_PAGE_MY",'my');
define("ROUTE_PAGE_BLOG",'blog');
define("ROUTE_PAGE_PERSONAL_BLOG",'log');
define("ROUTE_PAGE_TOP",'top');
define("ROUTE_PAGE_INDEX",'index');
define("ROUTE_PAGE_NEW",'new');
define("ROUTE_PAGE_TOPIC",'topic');
define("ROUTE_PAGE_PAGE",'page');
define("ROUTE_PAGE_LOGIN",'login');
define("ROUTE_PAGE_PEOPLE",'people');
define("ROUTE_PAGE_SETTINGS",'settings');
define("ROUTE_PAGE_TAG",'tag');
define("ROUTE_PAGE_COMMENTS",'comments');
define("ROUTE_PAGE_TALK",'talk');
define("ROUTE_PAGE_RSS",'rss');
define("ROUTE_PAGE_LINK",'link');
define("ROUTE_PAGE_QUESTION",'question');
define("ROUTE_PAGE_BLOGS",'blogs');
define("ROUTE_PAGE_SEARCH",'search');

return array(
	'page' => array(		
		ROUTE_PAGE_ERROR => 'ActionError',
		ROUTE_PAGE_REGISTRATION => 'ActionRegistration',
		ROUTE_PAGE_PROFILE => 'ActionProfile',
		ROUTE_PAGE_MY => 'ActionMy',
		ROUTE_PAGE_BLOG => 'ActionBlog',
		ROUTE_PAGE_PERSONAL_BLOG => 'ActionPersonalBlog',
		ROUTE_PAGE_TOP => 'ActionTop',
		ROUTE_PAGE_INDEX => 'ActionIndex',
		ROUTE_PAGE_NEW => 'ActionNew',
		ROUTE_PAGE_TOPIC => 'ActionTopic',
		ROUTE_PAGE_PAGE => 'ActionPage',
		ROUTE_PAGE_LOGIN => 'ActionLogin',
		ROUTE_PAGE_PEOPLE => 'ActionPeople',
		ROUTE_PAGE_SETTINGS => 'ActionSettings',
		ROUTE_PAGE_TAG => 'ActionTag',
		ROUTE_PAGE_COMMENTS => 'ActionComments',
		ROUTE_PAGE_TALK => 'ActionTalk',
		ROUTE_PAGE_RSS => 'ActionRss',
		ROUTE_PAGE_LINK => 'ActionLink',
		ROUTE_PAGE_QUESTION => 'ActionQuestion',
		ROUTE_PAGE_BLOGS => 'ActionBlogs',
		ROUTE_PAGE_SEARCH => 'ActionSearch',
	),
	'config' => array(
		'action_default' => ROUTE_PAGE_INDEX,
		'action_not_found' => ROUTE_PAGE_ERROR,
	),	
);
?>