Joomla这个php的程序后台地址怎么修改
<?php/***@packageJoomla.Installation**@copyrightCopyright(C)2005-2014OpenSourceMatter...
<?php
/**
* @package Joomla.Installation
*
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
/**
* Class to create and parse routes
*
* @package Joomla.Installation
* @since 1.5
*/
class JRouterInstallation extends JRouter
{
/**
* Function to convert a route to an internal URI
*
* @param JUri $url The uri.
*
* @return boolean
*
* @since 1.5
*/
public function parse($url)
{
return true;
}
/**
* Function to convert an internal URI to a route
*
* @param string $url The internal URL
*
* @return string The absolute search engine friendly URL
*客家人网http://bcrun.com/a/shishiguancha/2015/0719/8786.html
* @since 1.5
*/
public function build($url)
{
$url = str_replace('&', '&', $url);
return new JUri($url);
}
}
Joomla这个php的程序后台地址怎么修改,没找到地方修改? 展开
/**
* @package Joomla.Installation
*
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
/**
* Class to create and parse routes
*
* @package Joomla.Installation
* @since 1.5
*/
class JRouterInstallation extends JRouter
{
/**
* Function to convert a route to an internal URI
*
* @param JUri $url The uri.
*
* @return boolean
*
* @since 1.5
*/
public function parse($url)
{
return true;
}
/**
* Function to convert an internal URI to a route
*
* @param string $url The internal URL
*
* @return string The absolute search engine friendly URL
*客家人网http://bcrun.com/a/shishiguancha/2015/0719/8786.html
* @since 1.5
*/
public function build($url)
{
$url = str_replace('&', '&', $url);
return new JUri($url);
}
}
Joomla这个php的程序后台地址怎么修改,没找到地方修改? 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
推荐于2016-05-25
展开全部
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4>Oh snap! You got an error!</h4>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
<p>
<button type="button" class="btn btn-danger">Take this action</button>
<button type="button" class="btn btn-success">Or do this</button>
</p>
</div>
<h4>Oh snap! You got an error!</h4>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
<p>
<button type="button" class="btn btn-danger">Take this action</button>
<button type="button" class="btn btn-success">Or do this</button>
</p>
</div>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询