This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Please run this script with "bash testddev.sh" | |
# You can copy and paste it (make a file named testddev.sh) | |
# Or use curl or wget to download the *raw* version. | |
# If you're on Windows (not WSL2) please run it in a git-bash window | |
# When you are reporting an issue, please include the full output of this script. | |
# If you have NFS enabled globally, please temporarily disable it with | |
# `ddev config global --nfs-mount-enabled=false` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace B13\AnyProject\PageErrorHandler; | |
/* | |
* This file is part of a b13 extension. | |
* | |
* It is free software; you can redistribute it and/or modify it under | |
* the terms of the GNU General Public License, either version 2 | |
* of the License, or any later version. | |
* |