mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 10:00:35 +03:00
update packing script
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@684 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
08180c8c0b
commit
5de6540d26
@ -1,12 +0,0 @@
|
||||
<?php
|
||||
|
||||
$to = $_POST['email'];
|
||||
$subj = "Forgotten Password Retrival";
|
||||
$password = $_POST['password'];
|
||||
$username= $_POST['username'];
|
||||
$message = "This message has been sent to you because a form was filled out saying you've forgotten your password.
|
||||
Your username:$username
|
||||
Your new password:$password
|
||||
click here to confirm the changes."
|
||||
# mail($to, $subj, $message);
|
||||
?>
|
@ -1,6 +0,0 @@
|
||||
<form method=post action="fgot2.php">
|
||||
Username: <input name="username" value="" size="10"><p>
|
||||
Email: <input name="email" value="" size="10"><p></p><br>
|
||||
Password: <input type="password" name="password"></br>
|
||||
<input type="Submit" value="Submit">
|
||||
</form>
|
@ -48,9 +48,6 @@ mkdir "release$suffix";
|
||||
|
||||
chdir "$targetFolder/locales";
|
||||
|
||||
`zip -r ../../release$suffix/pre_webim${suffix}_ar.zip ar`;
|
||||
`rm -rf ar`;
|
||||
|
||||
`zip -r ../../release$suffix/pre_webim${suffix}_da.zip da`;
|
||||
`rm -rf da`;
|
||||
|
||||
@ -69,8 +66,8 @@ chdir "$targetFolder/locales";
|
||||
`zip -r ../../release$suffix/pre_webim${suffix}_tr.zip tr`;
|
||||
`rm -rf tr`;
|
||||
|
||||
`zip -r ../../release$suffix/pre_webim${suffix}_zh-cn.zip zh-cn`;
|
||||
`rm -rf zh-cn`;
|
||||
`zip -r ../../release$suffix/pre_webim${suffix}_hu.zip hu`;
|
||||
`rm -rf hu`;
|
||||
|
||||
chdir "..";
|
||||
|
||||
@ -78,6 +75,9 @@ chdir "..";
|
||||
|
||||
chdir "locales";
|
||||
|
||||
`zip -r ../../release$suffix/webim${suffix}_ar.zip ar`;
|
||||
`rm -rf ar`;
|
||||
|
||||
`zip -r ../../release$suffix/webim${suffix}_de.zip de`;
|
||||
`rm -rf de`;
|
||||
|
||||
@ -99,7 +99,6 @@ chdir "locales";
|
||||
`zip -r ../../release$suffix/webim${suffix}_sp.zip sp`;
|
||||
`rm -rf sp`;
|
||||
|
||||
|
||||
`zip -r ../../release$suffix/webim${suffix}_ua.zip ua`;
|
||||
`rm -rf ua`;
|
||||
|
||||
@ -109,6 +108,8 @@ chdir "locales";
|
||||
`zip -r ../../release$suffix/webim${suffix}_hr.zip hr`;
|
||||
`rm -rf hr`;
|
||||
|
||||
`zip -r ../../release$suffix/webim${suffix}_zh-cn.zip zh-cn`;
|
||||
`rm -rf zh-cn`;
|
||||
|
||||
`zip -r ../../release$suffix/webim${suffix}_zh-tw.zip zh-tw`;
|
||||
`rm -rf zh-tw`;
|
||||
|
Loading…
Reference in New Issue
Block a user