source: npl/webapps/phpmyadmin/post.phpmyadmin

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 215 bytes
Line 
1#!/bin/sh
2#(c) DatuX, GPL v3
3if [ ! -f /var/www/htdocs/syn3/phpMyAdmin/config.inc.php ];
4then
5 mv /var/www/htdocs/syn3/phpMyAdmin/config.inc.php.new /var/www/htdocs/syn3/phpMyAdmin/config.inc.php || exit 1
6fi
7exit 0
Note: See TracBrowser for help on using the repository browser.