Andreas Bohne-Lang

Results 9 issues of Andreas Bohne-Lang

I need to patch some part in the system where it gets local SERVER_NAME or SERVER_HOST. Running BoZoN behind a proxy, the internal servername is different from outside-view! Would be...

There is a bug in user_folder_max_size in the 2nd line should be if (!empty($user)){return $_SESSION['profile_folder_max_size'];} original line: function user_folder_max_size($user=''){ if (empty($user)&&empty($_SESSION['profile_folder_max_size'])){return false;} if (empty($user)){return $_SESSION['profile_folder_max_size'];} if (!empty($_SESSION['users_rights'][$user])){return $_SESSION['users_rights'][$user];} return false;...

Would be nice if there is a php script (maybe cron.php) that deletes files and dirs after x days. We do not want to build a data grave :-)

I add a q&d authentification against our AD. First time users had to check-in twice. Would be nice to have a hook for other authentification targets. ``` function log_user($login_donne,$pass_donne){ function...

Hi, maybe you find this useful - we are using imageproxy for filesize reduction for mobile devices. Therefore all images for mobile devices are reduced in filesize at request time....

On https://httpd.apache.org/docs/trunk/developer/new_api_2_4.html ist is mentiones, that ap_hook_access_checker is depricated: ``` http_request (changed) New auth_internal API and auth_provider API New EOR bucket type New function ap_process_async_request New flags AP_AUTH_INTERNAL_PER_CONF and AP_AUTH_INTERNAL_PER_URI...

Hi, I cannot reach the link https://docs.heltec.org/en/node/esp32/quick_start.html, Found on mail page of this repository: Using Arduino IDE Boards Manager (preferred) [Install ESP32 from Boards Manager](https://docs.heltec.org/en/node/esp32/quick_start.html) Getting: 404 Documentation page not...

Compilation of the library for an ESP32 board fails: ```text c:\Users\foo\Documents\Arduino\libraries\ArduinoRS485\src\RS485.cpp:209:18: error: 'SERIAL_PORT_HARDWARE' was not declared in this scope 209 | RS485Class RS485(SERIAL_PORT_HARDWARE, RS485_DEFAULT_TX_PIN, RS485_DEFAULT_DE_PIN, RS485_DEFAULT_RE_PIN); | ^~~~~~~~~~~~~~~~~~~~ ``` The...

type: enhancement
topic: code

Im am working with this modbus library via tcp on a Kostal PLENTICORE plus inverter. The inverter offers two options (next to Modbus port and Unit ID) for modbus configuration:...