definition of the size of a directory (we can define this as we like, because it's just a value)

This commit is contained in:
overflowerror 2014-08-08 17:04:21 +02:00
parent ccf3799d72
commit c1eaae4cdb

View file

@ -4,6 +4,6 @@
define("LOG_FILE", "/var/www/websites/webcli/internal.log");
define("DEFAULT_USER", 3);
define("DEFAULT_HOSTNAME", "webcli");
define("SIZE_OF_DIRECTORY", 4096);
?>