<?php
##################################################################
## Development by CoMMoN web site author http://mirmastera.ru ##
## fportal web site scripts http://fportal.tk ##
## All rights reserved authors ##
##################################################################
# Кодируем пароль
function encrypt($var) {
return md5(base64_encode($var) .''.SKEY);
}
?>