Support for windows
This commit is contained in:
parent
86fab67bc1
commit
187e1e5dda
4 changed files with 20 additions and 4 deletions
9
html/admin/htaccess.cfg
Executable file
9
html/admin/htaccess.cfg
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
php_value include_path .;..\..\include;..\include;addon
|
||||
php_flag magic_quotes_gpc off
|
||||
php_flag session.auto_start on
|
||||
php_value session.save_path c:\temp
|
||||
php_value max_execution_time 240
|
||||
php_value memory_limit 12M
|
||||
# for php 5 php_value upload_tmp_dir /tmp
|
||||
AddDefaultCharset latin1
|
||||
|
||||
|
|
@ -81,7 +81,3 @@ CREATE TABLE version (
|
|||
);
|
||||
CREATE INDEX fk_jnt_dos_id ON jnt_use_dos USING btree (dos_id);
|
||||
CREATE INDEX fk_jnt_use_dos ON jnt_use_dos USING btree (use_id);
|
||||
REVOKE ALL ON SCHEMA public FROM PUBLIC;
|
||||
REVOKE ALL ON SCHEMA public FROM postgres;
|
||||
GRANT ALL ON SCHEMA public TO postgres;
|
||||
GRANT ALL ON SCHEMA public TO PUBLIC;
|
||||
|
|
|
|||
9
html/htaccess.cfg
Executable file
9
html/htaccess.cfg
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
php_value include_path .;..\..\include;..\include;addon
|
||||
php_flag magic_quotes_gpc off
|
||||
php_flag session.auto_start on
|
||||
php_value session.save_path c:\temp
|
||||
php_value max_execution_time 240
|
||||
php_value memory_limit 12M
|
||||
# for php 5 php_value upload_tmp_dir /tmp
|
||||
AddDefaultCharset latin1
|
||||
|
||||
2
include/htaccess.cfg
Normal file
2
include/htaccess.cfg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
order deny,allow
|
||||
deny from all
|
||||
Loading…
Add table
Add a link
Reference in a new issue