Upload SMail
[saltmail.git/.git] / ch_p.php
diff --git a/ch_p.php b/ch_p.php
new file mode 100644 (file)
index 0000000..632f651
--- /dev/null
+++ b/ch_p.php
@@ -0,0 +1,25 @@
+<?php
+include 'api/functions.php';
+session_issruning();
+if (isLoged()==0){
+    header('Location: login.php');
+}
+?><html>
+    <head>
+        <title>Login Smail</title>
+        <link type='text/css' rel='stylesheet' href='css/all.css'/>
+        <link type='text/css' rel='stylesheet' href='css/send.css'/>
+        <style type='text/css'>
+        input{
+            display: block;
+        }
+        </style>
+    </head>
+    <body>
+        <form action='mailbox/change_p.php' method='POST'>
+            <input type="text" name="old" id="old" placeholder="Old">
+            <input type="text" name="new" id="new" placeholder="New" class="center">
+            <input type="submit" value="Change" class="submit">
+        </form>
+    </body>
+</html>