|
@@ -39,7 +39,7 @@ class ApplicationsController extends Controller {
|
|
|
}
|
|
|
}
|
|
|
$server = Server::where('id', $request->server_id)->where('status', 2)->firstOrFail();
|
|
|
- $user = 'u'.hash('crc32', (Str::uuid()->toString())).rand(1,9);
|
|
|
+ $user = 'cp'.hash('crc32', (Str::uuid()->toString())).rand(1,9);
|
|
|
$pass = sha1(uniqid().microtime().$request->domain);
|
|
|
$dbpass = sha1(microtime().uniqid().$request->ip);
|
|
|
$appcode= sha1(uniqid().$request->domain.microtime().$request->server_id);
|