source:
npl/webapps/phpmyadmin/post.phpmyadmin
@
128fde4
Last change on this file since 128fde4 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 215 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #!/bin/sh |
2 | #(c) DatuX, GPL v3 | |
3 | if [ ! -f /var/www/htdocs/syn3/phpMyAdmin/config.inc.php ]; | |
4 | then | |
5 | mv /var/www/htdocs/syn3/phpMyAdmin/config.inc.php.new /var/www/htdocs/syn3/phpMyAdmin/config.inc.php || exit 1 | |
6 | fi | |
7 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.