seeddms-code/utils
2018-04-04 15:31:43 +02:00
..
.htaccess prohibit access 2016-09-22 17:24:57 +02:00
adddoc.php set dms and user in controller 2018-03-12 18:34:17 +01:00
createfolder.php check version of database, do not call deprecated functions 2013-06-06 14:41:12 +02:00
indexer.php call hooks 2017-12-22 13:05:35 +01:00
open-tasks.php skip user if disabled 2017-07-20 17:00:41 +02:00
README.md fix some typos 2018-03-26 14:08:12 +02:00
schedulercli.php add scheduler 2018-04-04 15:31:43 +02:00
seeddms-adddoc fіx argument passing to php file 2016-01-31 11:20:11 +01:00
seeddms-createfolder fіx argument passing to php file 2016-01-31 11:20:11 +01:00
seeddms-indexer fіx argument passing to php file 2016-01-31 11:20:11 +01:00
seeddms-open-tasks add script for checking for open tasks of each or individual users 2017-07-19 08:26:03 +02:00
seeddms-schedulercli add scheduler 2018-04-04 15:31:43 +02:00
seeddms-xmldump fix calling php file 2016-09-07 16:49:52 +02:00
xmldump.php export revision date 2017-07-27 21:16:38 +02:00
xmlimport.php Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2017-12-12 22:12:17 +01:00

Running one of the scripts

Scripts in this folder are ment to be called on the command line by either executing one of the shell wrappers seeddms-* or by calling php -f <scriptname> -- <script options>. If you run the adddoc.php script make sure to run it with the permissions of the user running your web server. It will copy files right into your content directory of your SeedDMS installation. Don't do this as root because you will most likely not be able to remove those documents via the web gui. If this happens by accident, you will still be able to fix it manually by setting the propper file permissions for the document just created in your content directory. Just change the owner of the document folder and its content to the user running the web server.

Do not allow regular users to run this scripts!

None of the scripts do any authentication. They all run with a SeedDMS admin account! So anybody being allowed to run the scripts can modify your DMS content.