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的程序后台地址怎么修改,没找到地方修改?
展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励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>
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式