DRUPAL_KILOBYTE
in includes/bootstrap.inc
The number of bytes in a kilobyte. For more information, visit http://en.wikipedia.org/wiki/Kilobyte.
<?php
define('DRUPAL_KILOBYTE', 1024);
?>
Login or register to post comments in includes/bootstrap.inc
The number of bytes in a kilobyte. For more information, visit http://en.wikipedia.org/wiki/Kilobyte.
<?php
define('DRUPAL_KILOBYTE', 1024);
?>
Login or register to post comments