%attr(0755,%{name},mail) %dir %{spooldir}/%{name}/queue
%attr(0750,%{name},mail) %dir %{spooldir}/%{name}/mails
%attr(0750,%{name},apache) %dir %{wwwdir}/%{name}/
-%attr(0750,%{name},apache) %{wwwdir}/%{name}/*.php
+%{wwwdir}/%{name}/index.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/%{name}.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/devsql.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/gessql.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/home.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/login.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/release.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/scrfun.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/subrou.php
+%attr(0750,%{name},apache) %{wwwdir}/%{name}/unienv.php
%attr(0640,%{name},apache) %{wwwdir}/%{name}/reg-icons/*.gif
%attr(0640,root,root) %{_datadir}/%{name}/sql/Makefile
%attr(0644,root,root) %{_datadir}/%{name}/sql/datatest.def
%attr(0644,root,root) %{_datadir}/%{name}/sql/*.sql
-%exclude %{wwwdir}/%{name}/unipos.php
-%exclude %{wwwdir}/%{name}/unimar.php
%exclude %{_datadir}/%{name}/sql/%{name}.mysql
%exclude %{_datadir}/%{name}/sql/%{name}.postg
#-----------------------------------------------------------------------------
%files postgresql
%defattr(-,root,root,-)
%attr(0755,%{name},mail) %{_libexecdir}/%{name}/bin-posql/*
-%attr(0750,%{name},apache) %{wwwdir}/%{name}/unipos.php
#-----------------------------------------------------------------------------
%post postgresql
%files mysql
%defattr(-,root,root,-)
%attr(0755,%{name},mail) %{_libexecdir}/%{name}/bin-mysql/*
-%attr(0750,%{name},apache) %{wwwdir}/%{name}/unimar.php
#-----------------------------------------------------------------------------
+++ /dev/null
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function check()
-
-{
-if (form1.userid.value=="jmp" && form1.pwd.value=="root") {
- alert("JMPDBG1");
- event.preventDefault();
- //setcookies("username","Big_user",10);
- alert("JMPDBG2");
- //document.location.href = "mailleur.php";
- return false;
- }
-else {
- alert("Incorrect Username or Password");
- event.preventDefault();
- return false;
- }
-}
-
-</script>
-<title>Login</title></head>
-<body>
-<form id="form1" method="post" action="mailleur.php" onsubmit="check()">
- <label>User Name</label>
- <input type="text" name="userid"><br>
- <label>Password</label>:
- <input type="Password" name="pwd"><br>
- <input type="submit" value="Login">
-</form>
-</body>
-</html>