Russian TYPO3 community

Russian TYPO3 community (http://forum.typo3.ru/index.php)
-   Общие вопросы (http://forum.typo3.ru/forumdisplay.php?f=12)
-   -   Backup для Юзера (http://forum.typo3.ru/showthread.php?t=539)

stoun 21.02.2005 18:37

Backup для Юзера
 
Подскажите, каким образом можно дать возможность Юзеру (не админу) делать Backup всего сайта (база, файлы и т.п.)

Я попробовал Full Backup. Хорошо функционирует, но использовать его может только пользователь Admin.

Может есть другой Ext для этого? Или как-то автоматизировать можно?..

Valery Romanchev 22.02.2005 02:56

можно подправить этот (я имею в виду права).Сам использую патченный экстеншен awstat. Патч позволяет видет не админам статитстику.
-------- EDITED BY Luite van Zelst -----------
The same thing can be archived in fewer steps, preserving the the module as a tools-submodule. This applies to other tools-submodules as well.

1. mod1/conf.php
change...
$MCONF[\"access\"]=\"admin\";
to...
$MCONF[\"access\"]=\"user,group\";

2. mod1/index.php
change...
if (($this->id && $access) || ($BE_USER->user[\"admin\"] && !$this->id))
to...
if (($this->id && $access) || ($BE_USER->user[\"admin\"] && !$this->id) || ($BE_USER->user[\"uid\"] && !$this->id))

3) typo3/mod/tools/conf.php
change...
$MCONF[\"access\"]=\"admin\"
to...
$MCONF[\"access\"]=\"group,user\"

4. clear cache.
-------- END - EDITED BY Luite van Zelst -----------


Часовой пояс GMT +4, время: 13:46.

Работает на vBulletin® версия 3.8.1.
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Перевод: zCarot